1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-21 19:21:18 -04:00

reduce font size on blog posts

This commit is contained in:
2019-09-17 23:50:56 -04:00
parent ccf4535fc4
commit df2cf24fdf

View File

@@ -597,6 +597,7 @@ body#notes footer div#panda span {
/* Single Post */ /* Single Post */
body#notes main#single article div#content, body#notes main#single article div#content p { body#notes main#single article div#content, body#notes main#single article div#content p {
font-size: 16px;
line-height: 1.7; line-height: 1.7;
object-fit: contain; object-fit: contain;
} }