fix cta displaying

This commit is contained in:
2024-08-08 20:04:35 +02:00
parent ab16f62192
commit 2d0b733bc4
3 changed files with 18 additions and 12 deletions

View File

@@ -391,19 +391,10 @@ em {
}
nav {
margin-top:3rem;
font-size:1.6em;
animation: adjustMargin 10s forwards;
margin-top: 1%;
font-size: 1.6em;
}
@keyframes adjustMargin {
0% {
margin-top: 3rem;
}
100% {
margin-top: 1rem;
}
}
nav a,
nav a:focus,
nav a:hover {