From 0984ec2176a1a20c73c39b45755d35f9c6ce99a5 Mon Sep 17 00:00:00 2001 From: Machiko Yasuda Date: Tue, 23 Jul 2024 01:38:09 +0000 Subject: [PATCH] feat(css): new style - small --- src/stylesheets/main.css | 10 ++++++++++ 1 file changed, 10 insertions(+) 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) {