Skip to content

Commit

Permalink
fix(layout): minimize contet width
Browse files Browse the repository at this point in the history
  • Loading branch information
noxilixon committed Aug 13, 2024
1 parent d7e47b9 commit 07b1c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h4 class="heading mt-0 mb-3">{{- .Site.Title }}</h4>

<section>
<div class="container mt-100 mt-60">
<div class="justify-content-center mx-auto col-sm-6">{{ .Content }}</div>
<div class="justify-content-center mx-auto col-6">{{ .Content }}</div>
</div>
</section>

Expand Down

0 comments on commit 07b1c8b

Please sign in to comment.