From 20fe9cc1ee783cfecb120b23a62ab98ef464a463 Mon Sep 17 00:00:00 2001 From: futile Date: Wed, 11 Dec 2024 06:50:37 +0000 Subject: [PATCH] fix some stuff --- index.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index e537795..94eb01d 100644 --- a/index.html +++ b/index.html @@ -48,7 +48,7 @@ justify-content: center; max-width: 480px; margin: 0 auto; - padding: 0 20px; + padding: 0 10px; box-sizing: border-box; flex-wrap: wrap; } @@ -106,8 +106,7 @@ content: ""; position: absolute; top: 0; - left: -110%; - width: 110%; + width: 100%; height: 100%; background: rgba(255, 255, 255, 0.5); transform: skewX(-30deg); @@ -138,6 +137,10 @@ } } + .footer-container { + margin: 24px auto auto auto; + } + @media (min-height: 816px) { .footer-container { position: absolute;