fix: remove padding from page on jobs database

This commit is contained in:
Justin Edmund 2026-01-05 02:46:59 -08:00
parent b5d30997b8
commit 234b7809fe

View file

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