From 81f2357697cbe4476da3c344d1c71154b848c2a6 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 18 Mar 2023 16:38:54 +0900 Subject: fix(style): fix width of header and footer on mobile device --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index f59691b..e919bc9 100644 --- a/static/style.css +++ b/static/style.css @@ -20,7 +20,7 @@ body { } @media screen and (max-width: 768px) { - body { + main { padding: 0 1rem; } } -- cgit v1.2.3-70-g09d2