2 Commits

Author SHA1 Message Date
5a2b4c0f1f add word-break to all elements 2025-05-10 08:07:59 +02:00
973642048a fix code margin 2025-05-10 08:07:59 +02:00
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,6 @@
} }
pre:not(.chroma) { pre:not(.chroma) {
margin: 20px 0;
padding: 10px; padding: 10px;
} }

View File

@ -15,6 +15,7 @@ html {
*::before, *::before,
*::after { *::after {
box-sizing: inherit; box-sizing: inherit;
word-break: break-word;
} }
body { body {