mirror of
https://github.com/yldio/copilot.git
synced 2024-11-11 05:40:11 +02:00
11 lines
123 B
CSS
11 lines
123 B
CSS
|
|
.item {
|
|
flex-grow: 1;
|
|
flex-shrink: 1;
|
|
flex-basis: auto;
|
|
|
|
@media (min-width: 48em) {
|
|
margin-left: 15rem;
|
|
}
|
|
}
|