From 5f0d6c831bb24c70fbef0d0eadb75845f89cf3c0 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 12 Jun 2024 15:31:26 +0000 Subject: fix(index.html): mobile padding --- index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/index.html b/index.html index e88266a..5e0f24f 100644 --- a/index.html +++ b/index.html @@ -182,6 +182,12 @@ margin-top: 20px; margin-bottom: -10px; } + + @media (max-width: 768px) { + main { + padding: 10px 17.7px; + } + }
-- cgit v1.2.3