Merge branch 'main' into drafts

This commit is contained in:
John Bowdre 2024-06-13 21:13:10 -05:00
commit 360ab1fc2e

View file

@ -17,6 +17,7 @@
/* override page max-width */
.page {
max-width: 72rem;
grid-template-columns: minmax(0, 1fr) 16rem;
}