diff --git a/_assets/styles/styles.scss b/_assets/styles/styles.scss index cf1cecd..cff988a 100644 --- a/_assets/styles/styles.scss +++ b/_assets/styles/styles.scss @@ -47,5 +47,6 @@ $on-laptop: 800px !default; @import "theme/base", "theme/layout", - "theme/syntax-highlighting" + "theme/syntax-highlighting", + "theme/typography" ; diff --git a/_assets/styles/theme/_typography.scss b/_assets/styles/theme/_typography.scss new file mode 100644 index 0000000..cc753fd --- /dev/null +++ b/_assets/styles/theme/_typography.scss @@ -0,0 +1,5 @@ +.post-content { + p { + font-size: $base-font-size * 2; + } +} \ No newline at end of file