remove page padding on crew pages

This commit is contained in:
Justin Edmund 2025-12-16 14:45:53 -08:00
parent c875f3cefb
commit 10359152a3
2 changed files with 0 additions and 2 deletions

View file

@ -36,6 +36,5 @@
.crew-layout {
max-width: 1200px;
margin: 0 auto;
padding: spacing.$unit-2x;
}
</style>

View file

@ -435,7 +435,6 @@
@use '$src/themes/colors' as colors;
.page {
padding: spacing.$unit-2x 0;
margin: 0 auto;
max-width: var(--main-max-width);
}