Skip to content

Commit

Permalink
style(icon-grid): change the margin-bottom as mb-3 for title (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Jul 28, 2023
1 parent bb3fcc8 commit 679423a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/partials/bootstrap/icon-grid.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
class="d-flex flex-column border rounded h-100 w-100 p-4 shadow text-decoration-none"
href="{{ $link }}"
{{ if $url.Scheme }}target="_blank" rel="external"{{ end }}>
<div class="fw-bold mb-2 fs-4 d-flex align-items-center">
<div class="fw-bold mb-3 fs-4 d-flex align-items-center">
{{- $icon -}}{{- .title -}}
</div>
<p class="mb-0 text-body-secondary">
Expand All @@ -52,7 +52,7 @@
</a>
{{ else }}
<div class="d-flex flex-column border rounded h-100 w-100 p-4 shadow">
<div class="fw-bold mb-2 fs-4 d-flex align-items-center">
<div class="fw-bold mb-3 fs-4 d-flex align-items-center">
{{- $icon -}}{{- .title -}}
</div>
<p class="mb-0 text-body-secondary">
Expand Down

0 comments on commit 679423a

Please sign in to comment.