Skip to content

Commit a8c468f

Browse files
committed
standard font-size improved
1 parent 0291178 commit a8c468f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

BlogEngine/BlogEngine.NET/Custom/Themes/Standard/src/css/styles.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

BlogEngine/BlogEngine.NET/Custom/Themes/Standard/src/scss/base/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// fonts
22
$font-family-base: "Open Sans", sans-serif;
33
$font-family-heading: "Kreon", serif;
4-
$font-size-base: 1.125rem;
4+
$font-size-base: 1rem;
55
$line-height-base: 1.8;
66
$font-weight-normal: 400;
77
$font-weight-bold: 700;

BlogEngine/BlogEngine.NET/Custom/Themes/Standard/src/scss/sections/_comments.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
.comment-item {
2626
position: relative;
2727

28+
.comment-text {
29+
font-size: 0.875rem;
30+
}
31+
2832
.comment-item {
2933
margin-left: 3.5rem;
3034
}

0 commit comments

Comments
 (0)