Skip to content

Commit

Permalink
Changes to Hero component structure for font and layout improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
jagabomb committed May 8, 2024
1 parent 4d92c2e commit 32a5c83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions themes/hugo-refresh/layouts/partials/hero.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<div class="hero-body">
<div class="container has-text-centered px-20">
<div class="columns is-centered">
<div class="column is-9">
<div class="column is-10">
<div class="landing-caption">
<h1 class="title is-2 is-bold is-spaced">
{{- $title -}}
</h1>
{{- with $subtitle -}}
<h2 class="subtitle is-4">
<p class="content is-medium xp-2">
{{ . }}
</h2>
</p>
{{- end -}}
{{/* <p>
<a class="button cta rounded primary-btn raised" href="{{- $buttonLink -}}">
Expand Down

0 comments on commit 32a5c83

Please sign in to comment.