From db0b9046d72dc2203792c2cfe4627f58077d025a Mon Sep 17 00:00:00 2001 From: SML Date: Thu, 9 Feb 2023 00:39:26 +0800 Subject: [PATCH] =?UTF-8?q?Add=20padding=20for=20main=20container=20so=20t?= =?UTF-8?q?ext=20doesn=E2=80=99t=20touch=20screen=20boundary?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sanic/pages/styles/BasePage.css | 1 + 1 file changed, 1 insertion(+) diff --git a/sanic/pages/styles/BasePage.css b/sanic/pages/styles/BasePage.css index 1b77691c..384f474f 100644 --- a/sanic/pages/styles/BasePage.css +++ b/sanic/pages/styles/BasePage.css @@ -34,6 +34,7 @@ body>* { } main { min-height: 70vh; /* Make sure the footer is closer to bottom */ + padding: 1rem 2.5rem; /* Generous padding for readability */ } .smalltext { font-size: 1.0rem;