Skip to content

Commit

Permalink
fix: container padding
Browse files Browse the repository at this point in the history
  • Loading branch information
lukicenturi committed Jul 31, 2023
1 parent 2f4c0ed commit 4ef747c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}

.container {
@apply px-4;
@apply px-8;
}

.fade-enter-active, .fade-leave-active {
Expand Down

0 comments on commit 4ef747c

Please sign in to comment.