1

Fixed long code not scrolling

This commit is contained in:
2025-05-27 18:43:34 +02:00
parent 7c7190fbee
commit f4eb8e9c13

View File

@@ -343,6 +343,11 @@ article aside {
vertical-align: middle;
}
pre {
overflow: scroll;
padding: 1em 0;
}
ul,
ol {
margin-block: 1em;