We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a216c9 commit 968a43aCopy full SHA for 968a43a
1 file changed
css/base.css
@@ -21,7 +21,7 @@
21
--gray-18: #e0e4ea;
22
--gray-19: #edeff2;
23
--gray-20: #fafafa;
24
- --root-font-size: 16px;
+ --root-font-size: 14px;
25
--radius: 2px;
26
--accent: 255, 170, 51;
27
--background: var(--gray-01);
@@ -55,6 +55,7 @@
55
@media (min-width: 700px) {
56
:root.is-link-block {
57
--link-height: 9em;
58
+ --root-font-size: 16px;
59
}
60
61
0 commit comments