Skip to content

Commit

Permalink
fix(actions): add spacing for action buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
noxilixon committed Sep 7, 2024
1 parent a95a40d commit 0c6996c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<div class="title-heading">
<h4 class="heading mt-0 mb-3">{{- .Site.Title }}</h4>
<p class="para-desc text-muted">{{- .Site.Params.Description}}</p>
<a class="btn btn-primary" href="{{- .Site.Params.Actions.Primary.Url }}" role="button">{{- .Site.Params.Actions.Primary.Name }}</a>
<a class="btn btn-secondary" href="{{- .Site.Params.Actions.Seconary.Url }}" role="button">{{- .Site.Params.Actions.Seconary.Name }}</a>
<a class="btn btn-primary mb-1" href="{{- .Site.Params.Actions.Primary.Url }}" role="button">{{- .Site.Params.Actions.Primary.Name }}</a>
<a class="btn btn-secondary mb-1" href="{{- .Site.Params.Actions.Seconary.Url }}" role="button">{{- .Site.Params.Actions.Seconary.Name }}</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 0c6996c

Please sign in to comment.