Minor style fixes

This commit is contained in:
kvakazyambra 2023-11-28 21:10:00 +03:00
parent b05ff0dfcd
commit f2ebc32f12
4 changed files with 5 additions and 4 deletions

View File

@ -71,6 +71,7 @@
"Collections": "Коллекции",
"Come up with a subtitle for your story": "Придумайте подзаголовок вашей истории",
"Come up with a title for your story": "Придумайте заголовок вашей истории",
"Comment": "Комментировать",
"Comment successfully deleted": "Комментарий успешно удален",
"Comments": "Комментарии",
"Communities": "Сообщества",

View File

@ -162,7 +162,7 @@
.authorSubscribeSocial {
align-items: center;
display: flex;
margin: 0.5rem 0 2rem;
margin: 0.5rem 0 2rem -0.4rem;
.socialLink {
border: none;
@ -418,7 +418,6 @@
@include media-breakpoint-down(sm) {
flex: 1 100%;
justify-content: center;
margin-top: 1rem;
}
@include media-breakpoint-down(md) {

View File

@ -155,7 +155,7 @@
}
.shoutDetails {
align-items: end;
align-items: center;
display: flex;
margin-bottom: 1rem;
}

View File

@ -60,10 +60,11 @@
}
&.horizontalAnchorCenter {
left: -24px;
right: 0;
@include media-breakpoint-up(md) {
left: 50%;
right: auto;
transform: translateX(-50%);
}
}