Skip to content
Snippets Groups Projects
Commit 6ef48806 authored by Jesper's avatar Jesper
Browse files

Make sidenav fill screen for small displays

parent 610ba7cb
Branches
No related tags found
No related merge requests found
......@@ -110,6 +110,10 @@ article {
.hidemenu {
visibility: hidden;
}
.sidenav {
width: 100%;
height: 100%;
}
.topnav h1 {
padding: 0 0 0 64px;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment