Skip to content
Snippets Groups Projects
Commit 0bd647dd authored by Isaac Evavold's avatar Isaac Evavold
Browse files

ROENROLL-1828 fix audit report padding on narrow screens

parent 921d880f
No related branches found
No related tags found
No related merge requests found
...@@ -52,6 +52,18 @@ $blue: #0479a8; ...@@ -52,6 +52,18 @@ $blue: #0479a8;
} }
} }
@media screen and (max-width: 1024px) {
#audit {
padding-left: 1rem;
padding-right: 1rem;
}
.audit-section {
padding-left: 1rem;
padding-right: 1rem;
}
}
.indent { .indent {
margin-left: 20px; margin-left: 20px;
} }
......
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
#audit-close { #audit-close {
margin-bottom: 20px; margin-bottom: 20px;
margin-left: 1rem;
} }
#loading-bucky { #loading-bucky {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment