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

Make post body h2's smaller on index pages
This commit is contained in:
Matt Baer 2019-06-01 12:16:36 -04:00 committed by GitHub
commit f82e11b3b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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;