formatting fixes, container overflows

This commit is contained in:
Tyler
2024-06-12 05:23:19 +01:00
parent 71b004d48b
commit f2ec5f69ea
2 changed files with 6 additions and 2 deletions

View File

@@ -19,6 +19,10 @@ body {
background-attachment: fixed;
}
p, h1 {
word-wrap: anywhere;
}
a {
color: green;
}
@@ -32,7 +36,7 @@ p > img {
margin-bottom: 10px;
}
.use-ibm > p {
.use-ibm > p, .use-ibm > ol > li > p, li::marker {
font-family: "IBM VGA", monospace;
font-size: 1.125em;
}