shrink main logo on smaller displays (xs)
[ryf-theme.git] / css / style.css
index 1c1da9d988a299375797853ceebdac941dd0b696..8355a6858883788c993b33a5d9d7bc54c1073d22 100644 (file)
@@ -3,10 +3,14 @@
  * your custom CSS modifications here.
  */
 
-body { margin: 0; }
+body { margin: 0; min-width: 320px; }
 
 a { transition: 0.3s; }
 
+@media screen and (max-width: 767px) {
+  .logo img { width: 150px; }
+}
+
 .navbar-default {
   background: #000;
   color: #FFF;
@@ -162,3 +166,5 @@ a { transition: 0.3s; }
 
 .footer .copyright { font-size: 0.9em; text-align: center; width: 80%; margin-top: 1em; border-top: 1px solid #111; padding: 1em; }
 
+#fsf-logo-footer { margin-bottom: 10px; }
+