Rewrite the Debian installation article

This commit is contained in:
Djeex
2026-09-05 11:36:14 +02:00
parent ebf65c247c
commit 11d6c275c8
9 changed files with 338 additions and 26 deletions
+9
View File
@@ -26,3 +26,12 @@
}
}
/* A screenshot inside a list item (the step-by-step install guides) is
rendered as a bare <img> child of the <li> and gets no margin at all, so it
ends up glued to the text above and below it. The same image in a paragraph
is wrapped in a <p> that carries the prose spacing. Give it that spacing
back so illustrated steps stay readable. */
li > img {
margin-block: 1.25rem;
}