fix layout issues with narrow displays

This commit is contained in:
Johan Thelin 2020-07-28 18:04:21 +02:00
parent e127533854
commit 8d45503ff8
3 changed files with 8 additions and 0 deletions

View file

@ -153,6 +153,7 @@
</div>
</div>
</div> <!-- container-fluid -->

View file

@ -99,6 +99,7 @@
</div>
</div>
</div> <!-- container-fluid -->

View file

@ -137,3 +137,9 @@ footer {
.nav-item > a {
color: black;
}
@media screen and (max-width: 1200px) {
#sidenav h1, #sidenav h2, #sidenav ul {
display: none;
}
}