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 a6340b3 commit 535f300Copy full SHA for 535f300
themes/vocabulary_theme/templates/blocks/hero.html
@@ -1,5 +1,5 @@
1
<section class="container hero">
2
- <div class="column is-9 is-paddingless">
+ <div class="hero-title column is-9 is-paddingless">
3
<h1>
4
{{ this.title }}
5
</h1>
webpack/sass/main.scss
@@ -25,15 +25,20 @@ a {
25
26
.hero {
27
@extend .margin-top-large;
28
- @extend .padding-horizontal-big;
+
29
+ .hero-title {
30
+ @extend .padding-horizontal-big;
31
+ }
32
33
.hero-description {
34
@extend .body-bigger;
35
@extend .padding-top-big;
36
37
}
38
39
.hero-links {
40
@extend .margin-top-normal;
41
42
43
.button {
44
0 commit comments