From 6c20d4d36c30e9fe644ea79b1bab5b30e7de540b Mon Sep 17 00:00:00 2001 From: Astro Date: Fri, 12 Apr 2024 22:00:13 +0200 Subject: [PATCH] style: don't let
flow around floating img --- content/static/style/default.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/static/style/default.css b/content/static/style/default.css index b4be07cf1..43b8b0e59 100644 --- a/content/static/style/default.css +++ b/content/static/style/default.css @@ -315,7 +315,8 @@ dt:after { dl { font-size: 90%; margin-top: 2em; - margin-bottom: 3em; + margin-bottom: 3em; + display: inline-block; } dt.main {