projects
/
mediagoblin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20be9bb
)
Made the airy header element responsive again
author
Joar Wandborg
<joar@wandborg.se>
Mon, 7 Jan 2013 20:33:43 +0000
(21:33 +0100)
committer
Joar Wandborg
<joar@wandborg.se>
Mon, 7 Jan 2013 20:36:31 +0000
(21:36 +0100)
mediagoblin/themes/airy/assets/css/airy.css
patch
|
blob
|
blame
|
history
diff --git
a/mediagoblin/themes/airy/assets/css/airy.css
b/mediagoblin/themes/airy/assets/css/airy.css
index c63345b27353e7afd930025c8bcd50d4cce65c2f..c4bea5cb0421fcd2bdb51d667f2c1f7a3d038148 100644
(file)
--- a/
mediagoblin/themes/airy/assets/css/airy.css
+++ b/
mediagoblin/themes/airy/assets/css/airy.css
@@
-33,6
+33,12
@@
header {
margin-right: auto;
}
+@media screen and (max-width: 940px) {
+ header {
+ width: 100%;
+ }
+}
+
footer {
border-top: 1px solid #E4E4E4;
}