diff options
author | Joar Wandborg <joar@wandborg.se> | 2013-01-07 21:33:43 +0100 |
---|---|---|
committer | Joar Wandborg <joar@wandborg.se> | 2013-01-07 21:36:31 +0100 |
commit | 76e6c2b15ee6a42e754584142e76e7ce9854eec9 (patch) | |
tree | 4c14b56abb6a59f9fa6df36037519f99f8a8bec6 | |
parent | 20be9bb77dc9aa382e5555830ffcb199e0c43195 (diff) | |
download | mediagoblin-76e6c2b15ee6a42e754584142e76e7ce9854eec9.tar.lz mediagoblin-76e6c2b15ee6a42e754584142e76e7ce9854eec9.tar.xz mediagoblin-76e6c2b15ee6a42e754584142e76e7ce9854eec9.zip |
Made the airy header element responsive again
-rw-r--r-- | mediagoblin/themes/airy/assets/css/airy.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mediagoblin/themes/airy/assets/css/airy.css b/mediagoblin/themes/airy/assets/css/airy.css index c63345b2..c4bea5cb 100644 --- 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; } |