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