From 818a0bd6f1b3305351d482eeab4e9e64c2af3a18 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Mon, 8 Mar 2021 21:45:21 +0700 Subject: Migrate *the rest* of the math blogs --- _css/basic.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_css/basic.css') 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; } -- cgit 1.4.1