From 01ddc456784d38e0dad4897921e442ec4461e495 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 25 Jan 2025 17:20:46 +0100 Subject: [PATCH] css/em --- rtfd/public/html/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtfd/public/html/index.css b/rtfd/public/html/index.css index 96634a2..dc5d095 100644 --- a/rtfd/public/html/index.css +++ b/rtfd/public/html/index.css @@ -51,7 +51,7 @@ background-color: #330; section { background-color: #033; -margin-block: 4rem; +margin-block: 4em; } strong { @@ -72,6 +72,6 @@ color: #f77; footer { background-color: #003; -padding: 1rem 2rem; +padding: 1em 2em; text-align: end; }