change CTA link displaying

This commit is contained in:
2025-03-23 11:19:40 +01:00
parent 8f742dcc33
commit 538b11cee6

View File

@@ -425,10 +425,6 @@ nav .nav-btn {
min-height: 94vh; min-height: 94vh;
} }
.desktop {
display: none;
}
nav { nav {
font-size: 1.4rem; font-size: 1.4rem;
} }
@@ -447,6 +443,10 @@ nav .nav-btn {
height: 3.1rem; height: 3.1rem;
} }
.cta a {
display: block;
}
.profile { .profile {
margin-top: 15%; margin-top: 15%;
} }