about summary refs log tree commit diff homepage
path: root/_css/basic.css
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-03-08 21:45:21 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-03-08 21:45:21 +0700
commit818a0bd6f1b3305351d482eeab4e9e64c2af3a18 (patch)
tree807afa8b0a26d98202f97bf7d4ab9d6513054fa2 /_css/basic.css
parentc9409b7b0b426a8af44c2046972d26ff5621f37b (diff)
downloadsite-818a0bd6f1b3305351d482eeab4e9e64c2af3a18.tar.gz
Migrate *the rest* of the math blogs
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;
   }