Skip to content

Commit

Permalink
fix: add min margin for main
Browse files Browse the repository at this point in the history
  • Loading branch information
HEIGE-PCloud committed Dec 29, 2024
1 parent 3bb57f3 commit 5ae4bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<div id="back-to-top"></div>
<div id="mask"></div>
{{- partial "header.html" . -}}
<main>
<main class="tw-mx-4">
{{- block "content" . }}{{ end -}}
</main>
{{- partial "footer.html" . -}}
Expand Down

0 comments on commit 5ae4bd7

Please sign in to comment.