File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 53
53
54
54
h1 {
55
55
margin-bottom : 0.5em ;
56
- font-size : 3 em ;
56
+ font-size : 2.75 em ;
57
57
font-weight : 300 ;
58
58
line-height : 1 ;
59
59
& .active + .main-nav {
63
63
64
64
h2 {
65
65
margin-bottom : 0.5em ;
66
- font-size : 2.5 em ;
66
+ font-size : 2.25 em ;
67
67
font-weight : 300 ;
68
68
line-height : 1 ;
69
69
}
@@ -481,12 +481,15 @@ article {
481
481
header {
482
482
width : 100% ;
483
483
display : inline-block ;
484
- padding-bottom : 1.5em ;
485
484
486
485
h1 {
487
486
padding-bottom : 0.125em ;
488
487
}
489
488
489
+ h2 {
490
+ padding-top : 0em ;
491
+ }
492
+
490
493
time {
491
494
display : block ;
492
495
text-transform : uppercase ;
Original file line number Diff line number Diff line change 7
7
{% for post in site.posts %}
8
8
< article id ="{{ post.id }} " class ="summary ">
9
9
< header >
10
- < h1 class ="title "> < a href ="{{ post.url }} "> {{ post.title }}</ a > </ h1 >
10
+ < h2 class ="title "> < a href ="{{ post.url }} "> {{ post.title }}</ a > </ h2 >
11
11
< time pubdate datetime ="{{ post.date | date_to_xmlschema }} "> {{ post.date | date: "%B %-d, %Y" }}</ time >
12
12
</ header >
13
13
< section class ="excerpt ">
You can’t perform that action at this time.
0 commit comments