Skip to content
Snippets Groups Projects
Commit f1f14e51 authored by Jay Alvarez's avatar Jay Alvarez
Browse files

fixed padding on smallest screen on view-edit screen

parent 3f7dc21f
Branches
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ body {
}
}
@media(min-width:@screen-xs-min) {
@media(max-width:@screen-xs-min) {
#page-wrapper {
margin-top:50px;
padding:0 @padding-large-horizontal;
......@@ -47,6 +47,7 @@ body {
#page-wrapper {
margin-top:96px;
margin-bottom:60px;
padding:0 @padding-large-horizontal;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment