responsive header

This commit is contained in:
2024-10-10 11:05:58 +02:00
parent 4a98e978fd
commit 361016c744
2 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -5583,6 +5583,7 @@ a {
scroll-margin: 8rem;
}
#header-top .region-header-top-left {
width: 80vw;
display: flex;
flex-direction: row;
padding: 1rem;
@@ -5647,7 +5648,7 @@ a {
background-color: rgb(255, 255, 255);
padding-bottom: 0.8rem;
max-width: inherit;
width: 220px;
width: 25%;
align-items: center;
height: 20px;
}
@@ -35,7 +35,8 @@
// logo + menu déroulant
.region-header-top-left {
.region-header-top-left {
width: 80vw;
display:flex;
flex-direction: row;
padding: 1rem;
@@ -110,7 +111,7 @@
background-color: $white;
padding-bottom: 0.8rem;
max-width: inherit;
width: 220px;
width: 25%;
align-items: center;
// padding-left: 1rem;
height: 20px;