Skip to content

Commit 3c3fd57

Browse files
committed
Add thick hr to home hero
Signed-off-by: lucperkins <[email protected]>
1 parent 3c0e51b commit 3c3fd57

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

assets/sass/helpers.sass

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,13 @@
4242

4343
.has-no-y-padding
4444
padding: 3rem 0
45+
46+
hr.thick
47+
+desktop
48+
width: 6rem
49+
height: 5px
50+
+touch
51+
width: 4rem
52+
height: 4px
53+
54+
background-color: $primary

layouts/partials/home/hero.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
<p class="title is-size-1 is-size-2-mobile has-text-weight-bold{{ if $desc }} is-spaced{{ end }}">
1414
{{ $title }}
1515
</p>
16+
17+
<hr class="thick" />
1618

1719
{{ with $desc }}
1820
<p class="subtitle is-size-2 is-size-3-mobile has-text-weight-light">

0 commit comments

Comments
 (0)