We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0349c6d commit d383d27Copy full SHA for d383d27
1 file changed
docs/assets/css/style.scss
@@ -45,5 +45,20 @@ $site-ui-masthead-color-light: {{ site.ui.masthead.color.light | default: '#fff'
45
46
47
48
-$font-size-base: 36px;
+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
64
0 commit comments