mirror of
https://github.com/azaion/ui.git
synced 2026-04-22 23:46:35 +00:00
embed mission-planner
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
.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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user