remove margin

This commit is contained in:
Barrett Ruth 2025-10-05 00:03:49 -04:00
parent 85a28e037f
commit 250d6dd10b

View file

@ -105,3 +105,7 @@ pre code {
border-right: 1em solid #ffffff;
user-select: none;
}
main h2 {
margin-bottom: 0;
}