From 5a4bb5403a7066f2dce774474aaa01e2cae2f6e4 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 25 Sep 2025 18:24:14 +0800 Subject: [PATCH] Footer should look reasonable --- static/style.css | 2 +- diff --git a/static/style.css b/static/style.css index fc21cb13b1ee7cccaf248165cbba204e5af253bd..209f408813aff10ec4295ee3b550263a64c897aa 100644 --- a/static/style.css +++ b/static/style.css @@ -3,7 +3,7 @@ font-family: sans-serif; margin: 0; color: #444; } -main, #nav-inner { +main, #nav-inner, footer { padding: 0 5px; max-width: 800px; margin: 0 auto; -- 2.48.1