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

@@ -0,0 +1,4 @@
.logoLink {
display: inline-flex;
width: auto;
}