From dcdde40e2df788da858451ef0e393dbde0d67f37 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Tue, 11 Feb 2025 10:37:14 +0800 Subject: style.css: Padding in px, not rem --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index 2c90cd7..46558f6 100644 --- a/static/style.css +++ b/static/style.css @@ -16,7 +16,7 @@ footer { margin-left: auto; margin-right: auto; display: block; - padding: 0 1rem; + padding: 0 5px; width: fit-content; text-align: center; color: var(--light-text-color); @@ -27,7 +27,7 @@ footer a:link, footer a:visited { .padding-wrapper { margin: 1rem auto; max-width: 60rem; - padding: 0 1rem; + padding: 0 5px; } .padding-wrapper > * { width: 100%; -- cgit v1.2.3