hide cta banner animations temporarily

This commit is contained in:
2024-06-24 11:43:01 +02:00
parent 6871e9b9d7
commit b914054d51

View File

@@ -214,7 +214,7 @@ a:hover {
line-height: 3rem; line-height: 3rem;
top: 0; top: 0;
left: 0; left: 0;
animation: fadeOut 7s forwards; /* animation: fadeOut 7s forwards; */
} }
@keyframes fadeOut { @keyframes fadeOut {
@@ -395,7 +395,7 @@ em {
nav { nav {
margin-top:3rem; margin-top:3rem;
font-size:1.6em; font-size:1.6em;
animation: adjustMargin 10s forwards; /* animation: adjustMargin 10s forwards; */
} }
@keyframes adjustMargin { @keyframes adjustMargin {