ee1c2201 by Jeremy Groot

mobile fix

1 parent ce127f06
......@@ -14873,6 +14873,7 @@ article > h5 {
background: #F2F2F2;
width: 100% !important;
padding-top: 2.5rem;
position: fixed;
}
.sidebar.show {
display: block;
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -264,6 +264,7 @@
background:#F2F2F2;
width: 100% !important;
padding-top:2.5rem;
position: fixed;
&.show {
display: block;
}
......