Author badge fix (#353)

* add gap
* fix margin
This commit is contained in:
Ilya Y 2023-12-30 16:59:56 +03:00 committed by GitHub
parent 02ee22fc99
commit 802ce84928
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

@ -2,6 +2,7 @@
align-items: flex-start;
display: flex;
gap: 1rem;
margin-bottom: 2rem;
&.nameOnly {
align-items: center;
@ -11,10 +12,6 @@
}
}
@include media-breakpoint-up(sm) {
margin-bottom: 2rem;
}
@include media-breakpoint-down(md) {
text-align: left;
}
@ -59,6 +56,7 @@
.bio {
color: var(--black-400);
font-weight: 500;
}
}

View File

@ -63,6 +63,7 @@
.description {
color: var(--black-400);
font-weight: 500;
}
}