Merge pull request #115 from writeas/blog-index-titles

Make post body h2's smaller on index pages
pull/117/head
Matt Baer 6 years ago committed by GitHub
commit f82e11b3b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      less/core.less

@ -252,6 +252,8 @@ body {
margin-bottom: 0.25em;
&+time {
display: block;
margin-top: 0.25em;
margin-bottom: 0.25em;
}
}
time {
@ -604,6 +606,9 @@ body#collection article, body#subpage article {
padding-top: 0;
padding-bottom: 0;
.book {
h2 {
font-size: 1.4em;
}
a.hidden.action {
color: #666;
float: right;

Loading…
Cancel
Save