From f04037eb59b70801ca28cd4c5dd2c1b196fadbdb Mon Sep 17 00:00:00 2001 From: kvakazyambra Date: Fri, 3 Nov 2023 02:02:32 +0300 Subject: [PATCH] No wrap for user actions controls in the footer on the full article page --- .../Author/AuthorBadge/AuthorBadge.module.scss | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/components/Author/AuthorBadge/AuthorBadge.module.scss b/src/components/Author/AuthorBadge/AuthorBadge.module.scss index a1c6032a..1f6097d8 100644 --- a/src/components/Author/AuthorBadge/AuthorBadge.module.scss +++ b/src/components/Author/AuthorBadge/AuthorBadge.module.scss @@ -1,20 +1,19 @@ .AuthorBadge { align-items: flex-start; display: flex; - flex-flow: row nowrap; - margin-bottom: 2rem; gap: 1rem; + margin-bottom: 3rem; &.nameOnly { align-items: center; + .info { margin-bottom: 0; } } - @include media-breakpoint-down(sm) { - flex-wrap: wrap; - margin-bottom: 3rem; + @include media-breakpoint-up(sm) { + margin-bottom: 2rem; } @include media-breakpoint-down(md) {