chore: bump deps

This commit is contained in:
Cory Dransfeldt 2024-08-20 09:04:37 -07:00
parent 98ca3dcada
commit cd7e657fff
No known key found for this signature in database
4 changed files with 8 additions and 8 deletions

View file

@ -516,6 +516,6 @@ ul, ol {
h6 { font-size: var(--font-size-md); }
main {
max-width: 768px;
max-width: 1024px;
}
}

View file

@ -313,7 +313,7 @@
h3 { font-size: var(--font-size-xl); }
main {
max-width: 768px;
max-width: 1024px;
}
}
</style>