feat: sync design of header with current web

This commit is contained in:
Christel Westerberg
2024-05-29 15:36:19 +02:00
parent 88dde3def4
commit 0ec6d58d6a
22 changed files with 122 additions and 225 deletions

View File

@@ -25,7 +25,7 @@
.navBar {
display: grid;
grid-template-columns: 1fr 80px 1fr;
padding-bottom: 1.5px;
height: 52.39px;
}
.expanderBtn {
@@ -33,8 +33,7 @@
border: none;
cursor: pointer;
justify-self: flex-start;
left: 0;
padding: 12px 8px 16px;
padding: 11px 8px 16px;
transition: 0.3s;
user-select: none;
}
@@ -45,7 +44,7 @@
background: #757575;
border-radius: 2.3px;
display: inline-block;
height: 4.6px;
height: 5px;
position: relative;
transition: 0.3s;
width: 32px;
@@ -178,6 +177,8 @@
.buttonContainer {
display: flex;
justify-content: flex-end;
align-items: center;
margin-right: 8px;
}
@media screen and (min-width: 1367px) {
@@ -200,6 +201,7 @@
.navBar {
grid-template-columns: 132.18px 1fr auto;
align-content: center;
height: 85.09px;
}
.expanderBtn {
@@ -261,6 +263,7 @@
@media (min-width: 1200px) {
.navBar {
grid-template-columns: 140px auto 1fr;
height: 82.4px;
}
.logoLink {