From b914054d51b35f7e9acc6c2f5543d4c59588dc8f Mon Sep 17 00:00:00 2001 From: tymoteuszjozwiak Date: Mon, 24 Jun 2024 11:43:01 +0200 Subject: [PATCH] hide cta banner animations temporarily --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 58d8f93..c77d9de 100644 --- a/css/style.css +++ b/css/style.css @@ -214,7 +214,7 @@ a:hover { line-height: 3rem; top: 0; left: 0; - animation: fadeOut 7s forwards; + /* animation: fadeOut 7s forwards; */ } @keyframes fadeOut { @@ -395,7 +395,7 @@ em { nav { margin-top:3rem; font-size:1.6em; - animation: adjustMargin 10s forwards; + /* animation: adjustMargin 10s forwards; */ } @keyframes adjustMargin {