fix CTA banner styling

This commit is contained in:
2024-06-24 11:49:35 +02:00
parent dacc21ba51
commit 97844ae6c3

View File

@@ -201,13 +201,11 @@ a:hover {
.cta { .cta {
color: var(--btn-txt-color); color: var(--btn-txt-color);
background-image: linear-gradient(-20deg, #b721ff 0%, #21d4fd 100%); background-image: linear-gradient(-20deg, #b721ff 0%, #21d4fd 100%);
font-size: 1rem; font-size: 1.3rem;
margin: 0; margin: 0;
padding: 0; padding: 0;
text-align: center; text-align: center;
position: absolute; position: absolute;
display: flex;
align-items: center;
justify-content: center; justify-content: center;
width: 100%; width: 100%;
height: 3rem; height: 3rem;