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); } }