From 77fb0471ff9b5fff3e30ab0845c43917de0188ed Mon Sep 17 00:00:00 2001 From: kvakazyambra Date: Thu, 31 Aug 2023 00:49:29 +0300 Subject: [PATCH] Minor style fixes --- src/components/Feed/ArticleCard.module.scss | 1 + src/components/TableOfContents/TableOfContents.module.scss | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Feed/ArticleCard.module.scss b/src/components/Feed/ArticleCard.module.scss index 20343da5..5ed8a383 100644 --- a/src/components/Feed/ArticleCard.module.scss +++ b/src/components/Feed/ArticleCard.module.scss @@ -71,6 +71,7 @@ &::before { content: ''; + height: 100%; left: 0; position: absolute; top: 0; diff --git a/src/components/TableOfContents/TableOfContents.module.scss b/src/components/TableOfContents/TableOfContents.module.scss index af54438c..858776da 100644 --- a/src/components/TableOfContents/TableOfContents.module.scss +++ b/src/components/TableOfContents/TableOfContents.module.scss @@ -6,7 +6,6 @@ margin-top: -0.2em; .TableOfContentsPrimaryButton { - margin-top: 5.4rem; transform: rotate(180deg); } }