From 602629129f3a722e893decf8b0d5ef517f59e3c8 Mon Sep 17 00:00:00 2001 From: adrien Date: Tue, 6 Jun 2023 00:41:42 +0200 Subject: [PATCH] message fade out --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 4383eed..a54cca0 100644 --- a/style.css +++ b/style.css @@ -27,8 +27,8 @@ body { } 100% { opacity: 0%; - height: 60vh; - padding-top: 40vh; + height: 70vh; + padding-top: 30vh; } }