File tree Expand file tree Collapse file tree 5 files changed +9
-4
lines changed Expand file tree Collapse file tree 5 files changed +9
-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
+ font-size : 55px ;
17
+ line-height : 52px ;
18
+ }
19
+
15
20
h5 {
16
21
margin-bottom : 16px ;
17
22
}
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