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;