Skip to content

Commit

Permalink
fix: padding on default layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerseneck committed Jul 27, 2024
1 parent 197f832 commit 589af20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h5 class="modal-title">Brightness Slider</h5>
</div>
</div>

<main class="container p-4">
<main class="container py-4">
{{ content }}
</main>

Expand Down

0 comments on commit 589af20

Please sign in to comment.