Made the airy header element responsive again
This commit is contained in:
parent
20be9bb77d
commit
76e6c2b15e
@ -33,6 +33,12 @@ header {
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 940px) {
|
||||
header {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
footer {
|
||||
border-top: 1px solid #E4E4E4;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user