From 512f32c2948fd74f1677f0042f5a8599d9481812 Mon Sep 17 00:00:00 2001 From: simonpetit Date: Wed, 5 Nov 2025 14:35:19 +0000 Subject: [PATCH] adding a decent footer height to make reading more confortable when reaching the end --- css/poststyle.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/poststyle.css b/css/poststyle.css index 9b14b45..283e783 100644 --- a/css/poststyle.css +++ b/css/poststyle.css @@ -45,6 +45,11 @@ pre > code { margin-bottom: 1em; } +article > footer > div { + height: 25vh; +} + +/* footer { width: 70vw; margin-top: 6vh; @@ -56,3 +61,4 @@ footer { footer span a { color: #FF8608; } +*/