final implementation of CTA banner
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user