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; }