File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 5353
5454h1 {
5555 margin-bottom : 0.5em ;
56- font-size : 3 em ;
56+ font-size : 2.75 em ;
5757 font-weight : 300 ;
5858 line-height : 1 ;
5959 & .active + .main-nav {
6363
6464h2 {
6565 margin-bottom : 0.5em ;
66- font-size : 2.5 em ;
66+ font-size : 2.25 em ;
6767 font-weight : 300 ;
6868 line-height : 1 ;
6969}
@@ -481,12 +481,15 @@ article {
481481 header {
482482 width : 100% ;
483483 display : inline-block ;
484- padding-bottom : 1.5em ;
485484
486485 h1 {
487486 padding-bottom : 0.125em ;
488487 }
489488
489+ h2 {
490+ padding-top : 0em ;
491+ }
492+
490493 time {
491494 display : block ;
492495 text-transform : uppercase ;
Original file line number Diff line number Diff line change 77{% for post in site.posts %}
88 < article id ="{{ post.id }} " class ="summary ">
99 < 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 >
1111 < time pubdate datetime ="{{ post.date | date_to_xmlschema }} "> {{ post.date | date: "%B %-d, %Y" }}</ time >
1212 </ header >
1313 < section class ="excerpt ">
You can’t perform that action at this time.
0 commit comments