From 0d4eaca1ab89e961cf4fb52ec644b052d8c06b13 Mon Sep 17 00:00:00 2001 From: Sara Date: Sun, 28 Dec 2025 15:48:19 +0100 Subject: [PATCH] added a bunch of margin to footer for readability --- objectionable.solutions/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/objectionable.solutions/style.css b/objectionable.solutions/style.css index 3e2172c..a12f85d 100644 --- a/objectionable.solutions/style.css +++ b/objectionable.solutions/style.css @@ -26,6 +26,10 @@ section { border-color: #999; } +footer { + margin-bottom: 200px; +} + h1::before { content: "# "; }