about summary refs log tree commit diff homepage
path: root/_css/basic.css
diff options
context:
space:
mode:
Diffstat (limited to '_css/basic.css')
-rw-r--r--_css/basic.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/_css/basic.css b/_css/basic.css
index f85e28d..d18a9e3 100644
--- a/_css/basic.css
+++ b/_css/basic.css
@@ -59,7 +59,7 @@ header li a:hover {
  * narrow display: collapse the header (don't show the menu items)
  * instead, display a burger menu.
  */
-@media (max-width: 480px) {
+@media (max-width: 320px) {
   nav {
     display: inline-block;
   }