Fix article footer style on the feed page

This commit is contained in:
kvakazyambra 2023-06-12 20:09:21 +03:00
parent be53a5dce8
commit 97cce5b9fc

View File

@ -458,6 +458,8 @@
.shoutCardDetailsContent { .shoutCardDetailsContent {
display: flex; display: flex;
font-size: 1.2rem;
font-weight: bold;
&:first-child { &:first-child {
padding: 0 1em 1em 0; padding: 0 1em 1em 0;
@ -499,7 +501,8 @@
.icon { .icon {
display: inline-block; display: inline-block;
margin: 0.2em 0.5em 0 0; margin: 0 0.5em 0 0;
vertical-align: middle;
} }
a { a {
@ -514,10 +517,6 @@
} }
} }
.shoutCardComments {
@include font-size(1.2rem);
}
.shoutCardDetailsViewed { .shoutCardDetailsViewed {
.icon { .icon {
margin-top: -0.1em; margin-top: -0.1em;