File tree 2 files changed +31
-15
lines changed
themes/vocabulary_theme/templates/blocks
2 files changed +31
-15
lines changed Original file line number Diff line number Diff line change 1
- < section class ="container hero ">
2
- < div class ="hero-title column is-9 is-paddingless ">
3
- < h1 >
4
- {{ this.title }}
5
- </ h1 >
6
- </ div >
7
- < div class ="columns ">
8
- < div class ="column is-one-third ">
9
- < p class ="hero-description ">
10
- {{ this.description }}
11
- </ p >
12
- {{ this.links }}
1
+ < section class ="hero ">
2
+ < div class ="container ">
3
+ < div class ="hero-title column is-12 is-paddingless ">
4
+ < h1 >
5
+ {{ this.title }}
6
+ </ h1 >
13
7
</ div >
14
- < div class ="column ">
15
- < img src ="./github.svg " />
8
+ < div class ="columns ">
9
+ < div class ="column is-5 ">
10
+ < p class ="hero-description ">
11
+ {{ this.description }}
12
+ </ p >
13
+ {{ this.links }}
14
+ </ div >
16
15
</ div >
17
16
</ div >
17
+ < div class ="level-right hero-image ">
18
+ < img class ="image " src ="./github.svg " />
19
+ </ div >
18
20
</ section >
Original file line number Diff line number Diff line change 63
63
}
64
64
65
65
.hero-links {
66
- @extend .margin-top -normal ;
66
+ @extend .margin-vertical -normal ;
67
67
@extend .padding-horizontal-big ;
68
68
69
69
.button {
@@ -76,6 +76,20 @@ code {
76
76
}
77
77
}
78
78
}
79
+
80
+ .hero-image {
81
+ @include from ($fullhd ) {
82
+ margin-top : -20rem ;
83
+ .image {
84
+ width : 50% ;
85
+ }
86
+ }
87
+ @include until ($fullhd ) {
88
+ .image {
89
+ width : 100% ;
90
+ }
91
+ }
92
+ }
79
93
}
80
94
81
95
// Get-involved section - Home page
You can’t perform that action at this time.
0 commit comments