We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c0e51b commit 3c3fd57Copy full SHA for 3c3fd57
assets/sass/helpers.sass
@@ -42,3 +42,13 @@
42
43
.has-no-y-padding
44
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
@@ -13,6 +13,8 @@
13
<p class="title is-size-1 is-size-2-mobile has-text-weight-bold{{ if $desc }} is-spaced{{ end }}">
14
{{ $title }}
15
</p>
16
17
+ <hr class="thick" />
18
19
{{ with $desc }}
20
<p class="subtitle is-size-2 is-size-3-mobile has-text-weight-light">
0 commit comments