From f7c014b0084e4f4e55c0e15054e6933b3a2c0247 Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Sun, 26 Oct 2025 18:17:51 -0300 Subject: [PATCH] A couple more CSS sizing fixes --- assets/css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/assets/css/style.css b/assets/css/style.css index fba2737..b753cff 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -102,6 +102,9 @@ body > footer { color: #8c9dbb; font-size: 0.9em; } +body > footer > div { + margin: 0.9em; +} body > footer > div > #reduced { display: none; } @@ -297,6 +300,9 @@ pre.highlight { pre.highlight > code { padding: 0; } +pre.highlight, code { + font-family: inherit; +} div.youtube { position: relative; overflow: hidden;