Remove margin and navigation of header
This commit is contained in:
@@ -12,6 +12,16 @@
|
|||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
|
|
||||||
|
@media (--until-sm) {
|
||||||
|
margin: 0
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (--until-lg) {
|
||||||
|
.nav {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__content {
|
&__content {
|
||||||
|
|||||||
Reference in New Issue
Block a user