From 9a0b35a9f63efbe77042f638f4538060e7545212 Mon Sep 17 00:00:00 2001 From: User Mms Date: Sun, 13 Oct 2024 23:28:25 +0200 Subject: fix: flow-root --- content/funnies.md | 2 +- themes/24-unification/layouts/_default/baseof.html | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/content/funnies.md b/content/funnies.md index 8a6fd79..1a80a3e 100644 --- a/content/funnies.md +++ b/content/funnies.md @@ -5,7 +5,7 @@ categories: type: special abstract: Funny and amusing thingies date: 2023-11-18T23:22:22+01:00 -draft: false +draft: false --- The following is a curated collection of things I found funny or amusing. I have not created any of those, so everything under Funnies is not under the main site license. diff --git a/themes/24-unification/layouts/_default/baseof.html b/themes/24-unification/layouts/_default/baseof.html index 0454bf5..1d7ce0d 100644 --- a/themes/24-unification/layouts/_default/baseof.html +++ b/themes/24-unification/layouts/_default/baseof.html @@ -229,7 +229,8 @@ background-color: var(--panel-color); margin-bottom: 20px; border: var(--cool-border); - + display: flow-root; + h2 { margin: 0; padding-top: 10px; -- cgit v1.2.3