Skip to content

Commit cac074e

Browse files
committed
Change hero text
Signed-off-by: lucperkins <[email protected]>
1 parent 5cc938a commit cac074e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

layouts/partials/home/hero.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
</div>
1111

1212
<div class="column">
13-
<p class="title is-size-1 is-size-2-mobile has-text-weight-bold{{ if $desc }} is-spaced{{ end }}">
13+
<p class="title is-size-1 is-size-2-mobile has-text-weight-bold">
1414
{{ $title }}
1515
</p>
1616

17-
<hr class="thick" />
18-
1917
{{ with $desc }}
18+
<hr class="thick" />
19+
2020
<p class="subtitle is-size-2 is-size-3-mobile has-text-weight-light">
2121
{{ . }}
2222
</p>

0 commit comments

Comments
 (0)