set a minimum width for the site
authorAndrew Engelbrecht <andrew@fsf.org>
Wed, 26 Jun 2019 20:56:33 +0000 (16:56 -0400)
committerAndrew Engelbrecht <andrew@fsf.org>
Wed, 26 Jun 2019 20:56:33 +0000 (16:56 -0400)
css/style.css

index 1c1da9d988a299375797853ceebdac941dd0b696..45ee13b3e641771bc1d2d5cddb58a052bc2c6a98 100644 (file)
@@ -3,7 +3,7 @@
  * your custom CSS modifications here.
  */
 
-body { margin: 0; }
+body { margin: 0; min-width: 320px; }
 
 a { transition: 0.3s; }