This commit is contained in:
Kevin Tessier 2019-08-21 14:30:23 +02:00
parent 3f36626bff
commit b7b5c21e5e
3 changed files with 13 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,12 @@
@media screen and (max-width: 1450px) {
header{
&> nav{
width: 90%;
}
}
}
@media screen and (max-width: 1024px) { @media screen and (max-width: 1024px) {
header nav{ header > nav{
width: 90%!important; width: 90%!important;
} }
.gal{ .gal{