Skip to content

Commit

Permalink
fix: footer should not have horizontal padding
Browse files Browse the repository at this point in the history
  • Loading branch information
galenwinsor committed Jun 27, 2024
1 parent 47e09cf commit 507b513
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 py-16;
}

button[role="checkbox"] {
Expand Down

0 comments on commit 507b513

Please sign in to comment.