File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Expand file tree Collapse file tree 2 files changed +13
-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
- < h1 > {{ page.title | strip_html }}</ h1 >
14
+ < h1 > {{ page.title | strip_html }}</ h2 >
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 13
13
text-align : center ;
14
14
15
15
h1 {
16
- font-size : 55px ;
17
- line-height : 52px ;
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 ;
18
27
}
19
-
28
+
20
29
h5 {
21
30
margin-bottom : 16px ;
22
31
}
You can’t perform that action at this time.
0 commit comments