File tree Expand file tree Collapse file tree 5 files changed +23
-4
lines changed Expand file tree Collapse file tree 5 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 11
11
< div class ="container ">
12
12
< div class ="post__headline common-headline ">
13
13
< h5 > {{ page.date | date: '%A, %B %-d, %Y' }}</ h5 >
14
- < h2 > {{ page.title | strip_html }}</ h2 >
14
+ < h1 > {{ page.title | strip_html }}</ h1 >
15
15
{% if page.author %}
16
16
< h6 > Posted by {{ page.author }}</ h6 >
17
17
{% endif %}
Original file line number Diff line number Diff line change 12
12
margin : -7px 30px -6px 30px ;
13
13
text-align : center ;
14
14
15
+ h1 {
16
+ color : $color-red ;
17
+ font-size : 39px ;
18
+ @media (max-width : 800px ) {
19
+ font-size : 32px ;
20
+ }
21
+ @media (max-width : 600px ) {
22
+ font-size : 28px ;
23
+ }
24
+ font-weight : 700 ;
25
+ letter-spacing : -0.01em ;
26
+ line-height : 38px ;
27
+ }
28
+
15
29
h5 {
16
30
margin-bottom : 16px ;
17
31
}
101
115
102
116
margin-bottom : -7px ;
103
117
118
+ h1 {
119
+ font-size : 55px ;
120
+ line-height : 52px ;
121
+ }
122
+
104
123
h5 {
105
124
margin-bottom : 13px ;
106
125
}
Original file line number Diff line number Diff line change 10
10
< div class ="heading common-padding--bottom-small common-padding--top-small ">
11
11
< div class ="container ">
12
12
< div class ="heading__body ">
13
- < div class ="heading__headline common-headline ">
13
+ < div class ="post__headline common-headline ">
14
14
< h1 > {{ page.title }}</ h1 >
15
15
</ div >
16
16
</ div >
Original file line number Diff line number Diff line change 10
10
< div class ="heading common-padding--bottom-small common-padding--top-small ">
11
11
< div class ="container ">
12
12
< div class ="heading__body ">
13
- < div class ="heading__headline common-headline ">
13
+ < div class ="post__headline common-headline ">
14
14
< h1 > {{ page.title }}</ h1 >
15
15
</ div >
16
16
</ div >
Original file line number Diff line number Diff line change 10
10
< div class ="heading common-padding--bottom-small common-padding--top-small ">
11
11
< div class ="container ">
12
12
< div class ="heading__body ">
13
- < div class ="heading__headline common-headline ">
13
+ < div class ="post__headline common-headline ">
14
14
< h1 > {{ page.title }}</ h1 >
15
15
</ div >
16
16
</ div >
You can’t perform that action at this time.
0 commit comments