diff --git a/src/stylesheets/main.css b/src/stylesheets/main.css index 99aca67d..02550b82 100644 --- a/src/stylesheets/main.css +++ b/src/stylesheets/main.css @@ -410,6 +410,11 @@ footer a:hover { figure.quote blockquote { font-size: calc(24rem / 16); } + + small, + .small { + font-size: calc(12rem / 16); + } } @media (max-width: 992px) { @@ -438,6 +443,11 @@ footer a:hover { figure.quote blockquote { font-size: calc(20rem / 16); } + + small, + .small { + font-size: calc(10rem / 16); + } } @media (min-width: 768px) {