Merged in fix/SW-1742-navigation-on-mobile (pull request #1436)

fix(SW-1742): fixed issue where mobile menu is not closed when clicking on a link

* fix(SW-1742): fixed issue where mobile menu is not closed when clicking on a link


Approved-by: Fredrik Thorsson
Approved-by: Matilda Landström
This commit is contained in:
Erik Tiekstra
2025-02-27 14:20:47 +00:00
parent 6e9123aca9
commit af7c5853db
6 changed files with 52 additions and 42 deletions

View File

@@ -23,15 +23,6 @@
gap: var(--Spacing-x2);
}
.logoLink {
display: inline-flex;
width: auto;
}
.logo {
height: 1.375rem;
}
@media screen and (min-width: 768px) {
.mainMenu {
padding: var(--Spacing-x2) 0;