From 8d45503ff850d6f164941d08482eb9f8a3daee5c Mon Sep 17 00:00:00 2001 From: Johan Thelin Date: Tue, 28 Jul 2020 18:04:21 +0200 Subject: [PATCH] fix layout issues with narrow displays --- pod/episodes.html | 1 + pod/index.html | 1 + pod/style.css | 6 ++++++ 3 files changed, 8 insertions(+) diff --git a/pod/episodes.html b/pod/episodes.html index b7f577a..bcc695a 100644 --- a/pod/episodes.html +++ b/pod/episodes.html @@ -153,6 +153,7 @@ + diff --git a/pod/index.html b/pod/index.html index 7468f2c..a08a03d 100644 --- a/pod/index.html +++ b/pod/index.html @@ -99,6 +99,7 @@ + diff --git a/pod/style.css b/pod/style.css index 6f9796e..44acbee 100644 --- a/pod/style.css +++ b/pod/style.css @@ -137,3 +137,9 @@ footer { .nav-item > a { color: black; } + +@media screen and (max-width: 1200px) { + #sidenav h1, #sidenav h2, #sidenav ul { + display: none; + } +}