fix: add logout button in mobile dropdown and name in desktop

This commit is contained in:
Christel Westerberg
2024-06-12 16:51:06 +02:00
parent 8e176d3a06
commit 386b107bd8
8 changed files with 95 additions and 30 deletions

View File

@@ -219,10 +219,14 @@
padding: 5px 0;
}
.mobileLi.logout {
padding: 0;
}
.mobileLink {
color: #000;
display: block;
font-family: Helvetica;
font-family: Helvetica !important;
font-size: 14px;
text-decoration: none;
}