From e2524362ed89e6ce76976643a41f084da0a27187 Mon Sep 17 00:00:00 2001 From: jorgep Date: Tue, 18 Jun 2024 17:01:30 +0200 Subject: [PATCH] refactor: refs #6555 drop excess spaces --- css/style.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/css/style.css b/css/style.css index 5f4694b..4c1b1ce 100644 --- a/css/style.css +++ b/css/style.css @@ -369,12 +369,10 @@ header { font-size: 2.5em; margin-bottom: 20px; } - .fade-in { visibility: visible; animation: fadeIn 0.2s ease-in-out forwards; } - .fade-out { visibility: hidden; animation: fadeOut 0.2s ease-in-out forwards; @@ -390,7 +388,6 @@ header { opacity: 1; } } - @keyframes fadeIn { 0% { opacity: 0; @@ -399,7 +396,6 @@ header { opacity: 1; } } - @keyframes fadeOut { 0% { opacity: 1; @@ -413,7 +409,6 @@ header { font-family: 'Poppins'; src: url('../font/Poppins.ttf') format('truetype'); } - @font-face { font-family: 'Poppins'; src: url('../font/Poppins-Bold.ttf') format('truetype');