Commit 614cd8d1 authored by Jacob Schatz's avatar Jacob Schatz

Sidebar overflow on xs side.

parent 6e6a2518
......@@ -27,7 +27,13 @@
}
&.right-sidebar-expanded {
padding-right: $gutter_width;
@media (max-width: $screen-sm-max) {
padding-right: 0;
}
@media (min-width: $screen-sm-min) {
padding-right: $gutter_width;
}
}
}
......
......@@ -173,12 +173,6 @@
.gutter-toggle {
border-left: 1px solid $border-gray-light;
@media (max-width: $screen-sm-max) {
display: none;
}
@media (min-width: $screen-sm-min) {
display: block
}
}
}
......
Markdown is supported
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