mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-05 15:41:49 -05:00
adjusting left margin for settings page
for screen widths less than 710px
This commit is contained in:
@@ -9,6 +9,6 @@
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
@media screen and (max-width: @menu-breakpoint) {
|
||||
margin-left: -1rem;
|
||||
margin-left: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user