Changed font size on content
This commit is contained in:
parent
948b0daa38
commit
9504eab5ac
@ -47,5 +47,6 @@ $on-laptop: 800px !default;
|
|||||||
@import
|
@import
|
||||||
"theme/base",
|
"theme/base",
|
||||||
"theme/layout",
|
"theme/layout",
|
||||||
"theme/syntax-highlighting"
|
"theme/syntax-highlighting",
|
||||||
|
"theme/typography"
|
||||||
;
|
;
|
||||||
|
5
_assets/styles/theme/_typography.scss
Normal file
5
_assets/styles/theme/_typography.scss
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
.post-content {
|
||||||
|
p {
|
||||||
|
font-size: $base-font-size * 2;
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user