From 8897f517a38dcd3df14aec3f6e582ccd6a05f458 Mon Sep 17 00:00:00 2001 From: Samuel Silva Date: Mon, 19 Feb 2024 18:11:26 +0000 Subject: [PATCH] Update height 100vh to 100% and h1 top padding --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index cc9c70c..f29e641 100644 --- a/index.html +++ b/index.html @@ -55,7 +55,7 @@ body { background-color: #5b3c88; color: white; - height: 100vh; + height: 100%; width: 100vw; display: flex; flex-direction: column; @@ -65,7 +65,7 @@ h1 { text-align: center; - padding: 0px; + padding-top: 2rem; font-size: 3rem; }