set a minimum width for the site
[ryf-theme.git] / css / style.css
index b13b300e89bbf4d64124a9352c44f28ae455f08b..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; }
 
@@ -62,7 +62,7 @@ a { transition: 0.3s; }
 }
 
 .page-header {
-  border: 2px solid #000;
+  border-bottom: 2px solid #000;
   font-size: 2em;
 }