diff --git a/client/src/styles/_typography.scss b/client/src/styles/_typography.scss index 9a960524..0c121c71 100644 --- a/client/src/styles/_typography.scss +++ b/client/src/styles/_typography.scss @@ -82,7 +82,7 @@ input, textarea, select, button { } .tiny { - font-size: 0.6875rem; //11px + font-size: toRem(11px); font-family: $sans-serif-font-family; font-weight: $font-weight-regular; color: $color-silver-dark;