final implementation of CTA banner

This commit is contained in:
2024-10-23 16:23:01 +02:00
parent 7a55c71c2f
commit d3af47e722
4 changed files with 23 additions and 13 deletions

View File

@@ -212,18 +212,8 @@ a:hover {
line-height: 3rem;
top: 0;
left: 0;
animation: fadeOut 7s forwards;
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.blog-card {
display: flex;
flex-direction: row;
@@ -391,7 +381,7 @@ em {
}
nav {
margin-top: 1%;
margin-top: 3rem;
font-size: 1.6em;
}
@@ -431,7 +421,7 @@ nav .nav-btn {
}
.cta {
font-size:.9rem;
font-size:1.1rem;
line-height: 1.5rem;
height: 3.1rem;
}