From 95d2f79ef89372757cc50505fda1c360a56d0460 Mon Sep 17 00:00:00 2001 From: kvakazyambra Date: Mon, 2 Oct 2023 23:58:49 +0300 Subject: [PATCH] Fixed subscribe button width --- src/components/Author/AuthorCard/AuthorCard.module.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/Author/AuthorCard/AuthorCard.module.scss b/src/components/Author/AuthorCard/AuthorCard.module.scss index 121d2071..8d3feb6b 100644 --- a/src/components/Author/AuthorCard/AuthorCard.module.scss +++ b/src/components/Author/AuthorCard/AuthorCard.module.scss @@ -229,7 +229,6 @@ padding-left: 2rem; padding-right: 2rem; margin-right: 0.5em; - //width: 9em; &:first-of-type { margin-left: 0; @@ -298,7 +297,9 @@ .buttonWrite { color: #000; display: inline-flex; - transition: background-color 0.3s, color 0.3s; + transition: + background-color 0.3s, + color 0.3s; &:hover { background: #000; @@ -375,6 +376,7 @@ float: none; padding-bottom: 0.6rem; padding-top: 0.6rem; + width: 10em; .icon { margin-right: 0.5em;