Make --font-size-small relative

This commit is contained in:
Cory LaViska
2017-09-01 23:51:23 -04:00
parent 35f7466357
commit 76522bbdc7

View File

@@ -206,7 +206,7 @@
--font-family: var(--font-system);
--font-size: 1rem; /* Most browsers use a default font size of 16px */
--font-size-big: 1.25rem;
--font-size-small: .875rem;
--font-size-small: 80%;
--font-weight-light: 300;
--font-weight: 400;
--font-weight-bold: 700;