Merge pull request 'dev' (#29) from dev into master

Reviewed-on: #29
This commit is contained in:
2026-07-01 10:26:50 +00:00

View File

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