We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d383d27 commit 4cd2f98Copy full SHA for 4cd2f98
1 file changed
docs/assets/css/style.scss
@@ -47,18 +47,6 @@ $site-ui-masthead-color-light: {{ site.ui.masthead.color.light | default: '#fff'
47
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
64
0 commit comments