From 4d4681e681c8e4977f0d446b6a2eb8b6f8f2614c Mon Sep 17 00:00:00 2001 From: Ted Han Date: Thu, 14 Feb 2019 10:03:16 -0800 Subject: [PATCH] Make the buttons make sense at medium and small widths. --- src/App.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/App.html b/src/App.html index 5845760..0428a58 100644 --- a/src/App.html +++ b/src/App.html @@ -88,6 +88,12 @@ min-width: 11em; } + @media only screen and (min-device-width: 320px) and (max-device-width: 480px){ + #image nav div { + min-width: 0em; + } + } + #pages article { font-family: Courier, monospace; display: none;