This commit is contained in:
2023-08-09 09:06:05 +02:00
parent 5f1493088a
commit d0e04677c7
14 changed files with 148 additions and 11 deletions

View File

@@ -14,6 +14,10 @@
box-shadow: unset;
}
.header.is-open .header__section{
border-bottom: 0.0625rem solid var(--color-black);
}
.header.is-open .header__mobile {
display: block;
}
@@ -29,11 +33,12 @@
.header__mobile {
display: none;
position: fixed;
top: 5rem;
top: 5.0625rem;
left: 0;
width: 100%;
height: calc(100% - 4.75rem);
background-color: var(--color-white);
overflow-y: auto;
z-index: 20;
}