No wrap for user actions controls in the footer on the full article page

This commit is contained in:
kvakazyambra 2023-11-03 02:02:32 +03:00
parent ca43b1baca
commit f04037eb59

View File

@ -1,20 +1,19 @@
.AuthorBadge { .AuthorBadge {
align-items: flex-start; align-items: flex-start;
display: flex; display: flex;
flex-flow: row nowrap;
margin-bottom: 2rem;
gap: 1rem; gap: 1rem;
margin-bottom: 3rem;
&.nameOnly { &.nameOnly {
align-items: center; align-items: center;
.info { .info {
margin-bottom: 0; margin-bottom: 0;
} }
} }
@include media-breakpoint-down(sm) { @include media-breakpoint-up(sm) {
flex-wrap: wrap; margin-bottom: 2rem;
margin-bottom: 3rem;
} }
@include media-breakpoint-down(md) { @include media-breakpoint-down(md) {