Skip to content

Commit 535f300

Browse files
committed
Add hero-title class
1 parent a6340b3 commit 535f300

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

themes/vocabulary_theme/templates/blocks/hero.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<section class="container hero">
2-
<div class="column is-9 is-paddingless">
2+
<div class="hero-title column is-9 is-paddingless">
33
<h1>
44
{{ this.title }}
55
</h1>

webpack/sass/main.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,20 @@ a {
2525

2626
.hero {
2727
@extend .margin-top-large;
28-
@extend .padding-horizontal-big;
28+
29+
.hero-title {
30+
@extend .padding-horizontal-big;
31+
}
2932

3033
.hero-description {
3134
@extend .body-bigger;
3235
@extend .padding-top-big;
36+
@extend .padding-horizontal-big;
3337
}
3438

3539
.hero-links {
3640
@extend .margin-top-normal;
41+
@extend .padding-horizontal-big;
3742

3843
.button {
3944
@extend .margin-top-normal;

0 commit comments

Comments
 (0)