New Website #6

Merged
Arne merged 19 commits from dev into main 2025-02-03 20:23:28 +01:00
Showing only changes of commit d6ccad7622 - Show all commits

View File

@@ -52,6 +52,7 @@ a {
position: relative; position: relative;
top: 1rem; top: 1rem;
text-transform: uppercase; text-transform: uppercase;
width: fit-content;
} }
@media screen and (max-width: variables.$breakpoint) { @media screen and (max-width: variables.$breakpoint) {
@@ -76,7 +77,6 @@ a {
} }
.mobile { .mobile {
width: fit-content;
margin: 0 auto; margin: 0 auto;
font-size: 1.4rem; font-size: 1.4rem;
} }