Moved css classes to corresponding components

This commit is contained in:
Linus Flood
2024-09-19 09:46:12 +02:00
parent ff7dc69f7e
commit 01aafc347d
5 changed files with 17 additions and 15 deletions

View File

@@ -29,16 +29,6 @@
height: 1.375rem;
}
.loginLink {
display: flex;
align-items: center;
gap: var(--Spacing-x1);
}
.userName {
display: none;
}
@media screen and (min-width: 768px) {
.nav {
display: flex;
@@ -48,7 +38,4 @@
.menus {
display: contents;
}
.userName {
display: inline;
}
}