remove vertical padding from characters db page

This commit is contained in:
Justin Edmund 2025-12-20 01:04:48 -08:00
parent e26f4b5a0a
commit 5b74e90ef8

View file

@ -71,7 +71,7 @@
@use '$src/themes/typography' as typography;
.page {
padding: spacing.$unit-2x 0;
padding: 0;
margin: 0 auto;
}
</style>