Skip to content

Commit

Permalink
Merge pull request #63 from brown-ccv/fix-footer-px
Browse files Browse the repository at this point in the history
fix: footer should not have horizontal padding
  • Loading branch information
galenwinsor authored Jun 28, 2024
2 parents 47e09cf + a23694a commit 41067d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
@apply flex;
@apply items-center;
@apply self-stretch;
@apply p-16;
@apply pt-36 pb-16;
}

button[role="checkbox"] {
Expand Down

0 comments on commit 41067d2

Please sign in to comment.