corrections

This commit is contained in:
2026-02-20 22:44:41 +01:00
parent 35d326ab03
commit 8dd7cbbb06
5 changed files with 49 additions and 19 deletions

View File

@@ -206,9 +206,9 @@
list-style: none;
@media (min-width: 742px) and (max-width: 795px) {
@media (min-width: 728px) and (max-width: 795px) {
.decalage_gauche {
margin-left: -23px;
margin-left: -73px;
}
}
@@ -396,17 +396,17 @@
&.is-open {
.burger_line:nth-child(1) {
top: 8px;
transform: rotate(45deg);
top: 8px;
transform: rotate(45deg);
}
.burger_line:nth-child(2) {
opacity: 0;
opacity: 0;
}
.burger_line:nth-child(3) {
top: 8px;
transform: rotate(-45deg);
top: 8px;
transform: rotate(-45deg);
}
}
}
@@ -451,6 +451,7 @@
&.is-open {
border-bottom: none !important;
.header_drawer_sub_menu {
display: block;
visibility: visible;