Skip to content

Commit d383d27

Browse files
author
Weiguang Mao
committed
trail
1 parent 0349c6d commit d383d27

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

docs/assets/css/style.scss

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,20 @@ $site-ui-masthead-color-light: {{ site.ui.masthead.color.light | default: '#fff'
4545

4646

4747

48-
$font-size-base: 36px;
48+
html {
49+
font-size: 36px; // change to whatever
50+
51+
@include breakpoint($medium) {
52+
font-size: 38px; // change to whatever
53+
}
54+
55+
@include breakpoint($large) {
56+
font-size: 40px; // change to whatever
57+
}
58+
59+
@include breakpoint($x-large) {
60+
font-size: 42px; // change to whatever
61+
}
62+
}
63+
4964

0 commit comments

Comments
 (0)