From 97844ae6c3f359edbd359b1a8359ac764d9cae94 Mon Sep 17 00:00:00 2001 From: tymoteuszjozwiak Date: Mon, 24 Jun 2024 11:49:35 +0200 Subject: [PATCH] fix CTA banner styling --- css/style.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index c77d9de..0ccc5b4 100644 --- a/css/style.css +++ b/css/style.css @@ -201,13 +201,11 @@ a:hover { .cta { color: var(--btn-txt-color); background-image: linear-gradient(-20deg, #b721ff 0%, #21d4fd 100%); - font-size: 1rem; + font-size: 1.3rem; margin: 0; padding: 0; text-align: center; position: absolute; - display: flex; - align-items: center; justify-content: center; width: 100%; height: 3rem;