Remove margin and navigation of header

This commit is contained in:
Mathias Schopmans
2017-04-03 16:05:26 +02:00
parent 8424d7d4eb
commit b37849206f

View File

@@ -12,6 +12,16 @@
margin-bottom: 20px;
position: relative;
z-index: 100;
@media (--until-sm) {
margin: 0
}
@media (--until-lg) {
.nav {
display: none;
}
}
}
&__content {