commit e45bfaea0cda50765623c10b1885f752b35ff8d8 parent e534b6bd1aa9c1a369adfc44f4f9b9ac62754eac Author: Hugo Soucy <hugo@soucy.cc> Date: Thu, 9 Sep 2021 22:17:05 -0400 Comment a blockquote rule Diffstat:
M | src/css/atoms/typography/quotes.css | | | 10 | +++++----- |
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/css/atoms/typography/quotes.css b/src/css/atoms/typography/quotes.css @@ -6,8 +6,8 @@ blockquote { padding: 1em 1em 1em 1rem; } -@media screen and (min-width: 48rem) { - blockquote { - font-size: calc(var(--base-font-size) + 2px); - } -} +/* @media screen and (min-width: 48rem) { */ +/* blockquote { */ +/* font-size: calc(var(--base-font-size) + 2px); */ +/* } */ +/* } */