style: don't let <dl> flow around floating img

This commit is contained in:
Astro 2024-04-12 22:00:13 +02:00
parent b573bb17b0
commit 6c20d4d36c
1 changed files with 2 additions and 1 deletions

View File

@ -315,7 +315,8 @@ dt:after {
dl {
font-size: 90%;
margin-top: 2em;
margin-bottom: 3em;
margin-bottom: 3em;
display: inline-block;
}
dt.main {