ditch js highlighting
All checks were successful
/ build (push) Successful in 9s

This commit is contained in:
Collin Lefeber 2025-04-29 16:05:09 -04:00
parent 24b03c77c3
commit 26c99c378d
5 changed files with 94 additions and 4 deletions

View file

@ -62,6 +62,11 @@ section.content {
}
}
.codehilite > pre {
overflow: scroll;
padding: 0.5rem;
}
@media (width < 600px) {
main {
width: 100%;