Missed a pretty important bit

This commit is contained in:
Aleks Rūtiņš 2024-06-01 22:19:36 -04:00
parent a41caf6af5
commit 4dd492a789
3 changed files with 48 additions and 10 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 285 KiB

View file

@ -26,7 +26,6 @@ body {
}
h1,
h2,
p {
font-weight: 400;
}
@ -52,10 +51,6 @@ h1 {
text-align: center;
}
h2 {
font-size: 1rem;
}
pre {
font-size: 16px;
font-family: var(--font-mono);
@ -166,4 +161,5 @@ i.cite {
display: block;
text-align: center;
padding-top: 8px;
font-size: 9pt;
}