Fix text alignment in post action element

This commit is contained in:
silverpill 2022-06-04 23:01:51 +00:00
parent 4103a62837
commit 6a3c7bd15f

View file

@ -32,6 +32,7 @@
}
@mixin post-action {
align-items: center;
display: flex;
font-weight: bold;
margin: 0 $block-outer-padding $block-outer-padding / 2;