Icons position fixes

This commit is contained in:
kvakazyambra 2023-07-26 22:22:08 +03:00
parent d06afe3eac
commit a97e9301c3
2 changed files with 5 additions and 2 deletions

View File

@ -29,6 +29,7 @@
.authorDetailsWrapper {
flex: 1 0;
line-height: 2;
padding-right: 1em;
@include media-breakpoint-up(sm) {
@ -52,12 +53,14 @@
border: none !important;
font-size: 1.6rem;
font-weight: 500;
line-height: 2;
margin-bottom: 0.8rem;
}
.authorAbout {
font-size: 1.5rem;
color: rgb(0 0 0 / 60%);
font-size: 1.5rem;
line-height: 1.4;
word-break: break-word;
}

View File

@ -26,7 +26,7 @@
color: #000;
font-size: small;
text-align: center;
line-height: 28px;
line-height: 32px;
width: 100%;
height: 100%;
min-width: 32px;