Fixed another CSS problems

This commit is contained in:
2026-07-01 11:56:22 +02:00
parent d2a2027c42
commit ee5b2f6e09
4 changed files with 18 additions and 1 deletions

View File

@@ -102,6 +102,20 @@
color: var(--text);
margin-bottom: 30px;
word-break: break-word;
pre {
max-width: 100%;
overflow-x: auto;
white-space: pre-wrap;
word-break: break-word;
padding: 12px;
border-radius: 6px;
}
code {
white-space: pre-wrap;
word-break: break-word;
}
}
.entry-gallery {