This commit is contained in:
2024-04-25 12:02:24 +02:00
parent 856f0f5356
commit 103ee50b6f
13 changed files with 132 additions and 233 deletions
@@ -35,7 +35,7 @@ header{
width: 35%;
border-left: 1px solid $color1;
padding: 0;
display: none;
// display: none;
a{
display: flex;
}
@@ -89,7 +89,7 @@ header{
padding-top: 0.25rem;
z-index: 9999;
}
// .nav-main{
.nav-main{
@media screen and (min-width: 1200px) {
display: flex;
ul{
@@ -106,7 +106,7 @@ header{
}
}
}
// }
}
&.is-active{
display: block;
position: fixed;
@@ -145,7 +145,7 @@ header{
width: 0%;
transition: width 1s ease;
height: 1px;
background: $color1;
background: $color2024;
}
&:hover{
&::before{
@@ -201,7 +201,5 @@ header.front{
}
}
}
#block-colloque2024-renderedsitesettingsblock-2{
// display: none;
}
}