Fixed another CSS problems

This commit is contained in:
2026-07-01 12:26:19 +02:00
parent 2c1677692f
commit a6d8d924f1

View File

@@ -103,6 +103,14 @@
margin-bottom: 30px; margin-bottom: 30px;
word-break: break-word; word-break: break-word;
p {
margin: 0 0 14px;
&:last-child {
margin-bottom: 0;
}
}
pre { pre {
max-width: 100%; max-width: 100%;
overflow-x: auto; overflow-x: auto;
@@ -110,6 +118,7 @@
word-break: break-word; word-break: break-word;
padding: 12px; padding: 12px;
border-radius: 6px; border-radius: 6px;
margin: 0 0 14px;
} }
code { code {