mirror of
https://github.com/yldio/copilot.git
synced 2024-12-01 07:30:07 +02:00
8 lines
87 B
CSS
8 lines
87 B
CSS
|
|
.item {
|
|
flex-grow: 1;
|
|
flex-shrink: 1;
|
|
flex-basis: auto;
|
|
margin-left: 15rem;
|
|
}
|