Fix some spacing issues

This commit is contained in:
schmop 2025-09-13 23:53:10 +02:00
parent 8f54b8012f
commit 8a9e082df3

View File

@ -52,4 +52,15 @@ label:has(input[type="checkbox"]) {
main { main {
max-width: 95vw !important; max-width: 95vw !important;
}
code {
padding: 0 !important;
}
pre {
padding: 0 !important;
background-color: unset;
}
p:not(:has(*)) {
margin: 0 !important;
} }