From 5fbd6b38a8aa0004ae8513fb5314d8c881f1b405 Mon Sep 17 00:00:00 2001 From: Bingus_Violet Date: Tue, 13 Feb 2024 11:15:30 -0600 Subject: [PATCH] Readd padding --- static/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/style.css b/static/style.css index 72875c7..94631c4 100644 --- a/static/style.css +++ b/static/style.css @@ -61,6 +61,8 @@ body { min-height: 100vh; + padding: 5vh 0; + animation: hideContent 2.5s; }