From: Max Charrier Date: Mon, 21 Apr 2025 17:42:13 +0000 (+0200) Subject: Fix page padding X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=fdbe6bf12de5e3be23a4ddcf85b441de6dde85a5;p=max%2Fwww.git Fix page padding Footer was stuck to the edge. Signed-off-by: Max Charrier --- diff --git a/stylesheet.css b/stylesheet.css index 33da4e7..3610f90 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -2,7 +2,7 @@ body { background-color: #f1e9df; width: 960px; margin: 0 auto; - padding-top: 60px; + padding: 60px 0 60px 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 60px;