5 lines
59 B
SCSS
5 lines
59 B
SCSS
|
.post-content {
|
||
|
p {
|
||
|
font-size: $base-font-size * 2;
|
||
|
}
|
||
|
}
|