Changed font size on content

master
Jordan Han 2019-06-08 20:55:52 +08:00
parent 948b0daa38
commit 9504eab5ac
2 changed files with 7 additions and 1 deletions

View File

@ -47,5 +47,6 @@ $on-laptop: 800px !default;
@import
"theme/base",
"theme/layout",
"theme/syntax-highlighting"
"theme/syntax-highlighting",
"theme/typography"
;

View File

@ -0,0 +1,5 @@
.post-content {
p {
font-size: $base-font-size * 2;
}
}