Fixed contact button
All checks were successful
Copy Files to Samba Share dev / Copy Files (push) Successful in 24s

This commit is contained in:
2025-01-16 23:16:37 +01:00
parent be23ee885e
commit d6ccad7622

View File

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