Skip to content

Commit 923cd22

Browse files
fix root font size bug by specifying units
1 parent fcd0235 commit 923cd22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_base.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ template, // 1
112112
-webkit-text-size-adjust: 100%;
113113
background-color: getColor(background, body);
114114
color: getColor(text, primary);
115-
font-size: $font-size;
115+
font-size: $font-size + px;
116116
text-rendering: optimizeLegibility;
117117

118118
@media ($breakpoint) {

0 commit comments

Comments
 (0)