Skip to content

Commit

Permalink
Merge pull request #560 from pathunstrom/home-page-button-width
Browse files Browse the repository at this point in the history
Make button row 11 columns wide at small viewports.
  • Loading branch information
freakboy3742 authored Apr 17, 2024
2 parents 855fd0b + 0a78d66 commit 6f4b90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h2 class="display-2">{{ this.title }}</h2>
{% for blk in this.body.blocks %}
{% if blk._flowblock == 'button-block' %}
<div class="row">
<div class="col-sm-8 col-sm-offset-2">
<div class="col-sm-11 col-sm-offset-2">
{{ blk }}
</div>
</div>
Expand Down

0 comments on commit 6f4b90d

Please sign in to comment.