Made the airy header element responsive again

This commit is contained in:
Joar Wandborg 2013-01-07 21:33:43 +01:00
parent 20be9bb77d
commit 76e6c2b15e

View File

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