Changed font size on content
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"
|
||||||
;
|
;
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
.post-content {
|
||||||
|
p {
|
||||||
|
font-size: $base-font-size * 2;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue