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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -185,6 +185,19 @@ header {
|
||||
|
||||
///changement 2024
|
||||
|
||||
#mainHome{
|
||||
max-width: 100vw;
|
||||
margin: 0;
|
||||
display: flex;
|
||||
.layout-content{
|
||||
margin: auto;
|
||||
height: 1500px;
|
||||
max-width: 1140px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
#txt_present{
|
||||
.medias{
|
||||
display: none;
|
||||
|
||||
@@ -16,7 +16,7 @@ body {
|
||||
#background-animated{
|
||||
z-index: -1;
|
||||
position: relative;
|
||||
left: -350px;
|
||||
left: -400px;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user