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