From 6a46a20623e1ee1f249c48ed9c62e545c4a8885d Mon Sep 17 00:00:00 2001 From: Camille Frantz Date: Sun, 22 May 2022 14:53:07 -0500 Subject: [PATCH] Fixed some styling issues --- style.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index e2e2af1..8a76e01 100644 --- a/style.css +++ b/style.css @@ -13,7 +13,8 @@ .display { width: 80vw; max-width: 500px; - margin-top: 12rem; + height: 240px; + margin: 12rem auto; background: linear-gradient(to bottom right, #0c024d, #0dbcc5); background-attachment: fixed; color: white; @@ -91,9 +92,6 @@ } .footer { - display: block; - position: relative; - top: 30rem; text-align: center; font-size: 0.8rem; margin: 2rem auto;