change layout home
This commit is contained in:
@@ -35,7 +35,7 @@ header{
|
||||
width: 35%;
|
||||
border-left: 1px solid $color1;
|
||||
padding: 0;
|
||||
// display: none;
|
||||
display: none;
|
||||
a{
|
||||
display: flex;
|
||||
}
|
||||
@@ -90,8 +90,9 @@ header{
|
||||
z-index: 9999;
|
||||
}
|
||||
.nav-main{
|
||||
display: none;
|
||||
@media screen and (min-width: 1200px) {
|
||||
display: flex;
|
||||
display: block;
|
||||
ul{
|
||||
margin-bottom: 0;
|
||||
flex-wrap: wrap;
|
||||
@@ -201,5 +202,7 @@ header.front{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#block-renderedsitesettingsblock-2{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user