remove extra padding from database pages

This commit is contained in:
Justin Edmund 2025-12-17 10:17:36 -08:00
parent 3e5472ac0f
commit 5ea4fc79af
3 changed files with 0 additions and 3 deletions

View file

@ -104,7 +104,6 @@
@use '$src/themes/typography' as typography;
.database-page {
padding: spacing.$unit-2x 0;
margin: 0 auto;
}

View file

@ -74,7 +74,6 @@
@use '$src/themes/typography' as typography;
.database-page {
padding: spacing.$unit-2x 0;
margin: 0 auto;
}

View file

@ -82,7 +82,6 @@
@use '$src/themes/typography' as typography;
.database-page {
padding: spacing.$unit-2x 0;
margin: 0 auto;
}