From d1e9276b23bdd575afe256d3f7aa0d3e98ff1d4a Mon Sep 17 00:00:00 2001 From: kvakazyambra Date: Thu, 28 Sep 2023 00:50:02 +0300 Subject: [PATCH] Fixed quote font size --- src/components/Article/Article.module.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/Article/Article.module.scss b/src/components/Article/Article.module.scss index c36d2df2..04ddd8c2 100644 --- a/src/components/Article/Article.module.scss +++ b/src/components/Article/Article.module.scss @@ -61,8 +61,6 @@ img { blockquote[data-type='quote'], ta-quotation { - @include font-size(1.4rem); - border: solid #000; border-width: 0 0 0 2px; display: block;