[design] add responsive font size

This commit is contained in:
zombieFox 2018-12-26 23:22:35 -07:00
parent 6a216c9873
commit 968a43ab3b
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,7 @@
--gray-18: #e0e4ea;
--gray-19: #edeff2;
--gray-20: #fafafa;
--root-font-size: 16px;
--root-font-size: 14px;
--radius: 2px;
--accent: 255, 170, 51;
--background: var(--gray-01);
@ -55,6 +55,7 @@
@media (min-width: 700px) {
:root.is-link-block {
--link-height: 9em;
--root-font-size: 16px;
}
}