Profile head style fixes

This commit is contained in:
kvakazyambra 2023-11-28 20:25:28 +03:00
parent 7ba3d767d7
commit b05ff0dfcd

View File

@ -162,7 +162,7 @@
.authorSubscribeSocial {
align-items: center;
display: flex;
margin: 2rem 0;
margin: 0.5rem 0 2rem;
.socialLink {
border: none;
@ -449,6 +449,14 @@
vertical-align: top;
border-bottom: unset !important;
&:first-child {
margin-left: 0;
}
&:last-child {
margin-right: 0;
}
.subscribersItem {
position: relative;