From ea2c9a0ad942a9cac5b404a68a8f57a906f4e4da Mon Sep 17 00:00:00 2001 From: futile Date: Thu, 6 Mar 2025 08:50:08 +0000 Subject: [PATCH] touch up styling --- index.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/index.css b/index.css index 7d5f8f3..86c5139 100644 --- a/index.css +++ b/index.css @@ -40,10 +40,9 @@ body { .footer { display: flex; justify-content: center; - max-width: 480px; + max-width: 440px; margin: 0 auto; padding: 0 10px; - box-sizing: border-box; flex-wrap: wrap; } @@ -83,7 +82,7 @@ body { margin: 24px auto auto auto; } -@media (min-height: 800px) { +@media (min-height: 720px) { .footer-container { position: absolute; inset: auto 0 12px;