Made the airy header element responsive again
authorJoar Wandborg <joar@wandborg.se>
Mon, 7 Jan 2013 20:33:43 +0000 (21:33 +0100)
committerJoar Wandborg <joar@wandborg.se>
Mon, 7 Jan 2013 20:36:31 +0000 (21:36 +0100)
mediagoblin/themes/airy/assets/css/airy.css

index c63345b27353e7afd930025c8bcd50d4cce65c2f..c4bea5cb0421fcd2bdb51d667f2c1f7a3d038148 100644 (file)
@@ -33,6 +33,12 @@ header {
   margin-right: auto;
 }
 
+@media screen and (max-width: 940px) {
+    header {
+        width: 100%;
+    }
+}
+
 footer {
   border-top: 1px solid #E4E4E4;
 }