Skip to content
Snippets Groups Projects
Commit 9b100171 authored by Robert Lange's avatar Robert Lange Committed by Dorian Merz
Browse files

refs #19224 [finc] set mainbody to full width for xs

parent e5fe08f2
No related merge requests found
......@@ -1866,6 +1866,12 @@ footer {
}
}
.mainbody {
@media screen and (max-width: $screen-xs-max) {
width: 100%;
}
}
footer {
border-top: 0;
padding-top: ($grid-gutter-width / 1.5);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment