mirror of
https://github.com/azaion/ui.git
synced 2026-04-22 05:26:35 +00:00
16 lines
289 B
CSS
16 lines
289 B
CSS
.distance-container{
|
|
display: flex;
|
|
flex-direction: row;
|
|
gap: 10px;
|
|
}
|
|
|
|
@media (min-width: 680px) and (max-width: 1024px) and (orientation: landscape){
|
|
.distance-container{
|
|
gap: 8px;
|
|
}
|
|
|
|
.info-block{
|
|
margin: 6px 0;
|
|
font-size: 14px;
|
|
}
|
|
} |