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

View file

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