Fix text alignment in post action element
This commit is contained in:
parent
4103a62837
commit
6a3c7bd15f
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@
|
|||
}
|
||||
|
||||
@mixin post-action {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
font-weight: bold;
|
||||
margin: 0 $block-outer-padding $block-outer-padding / 2;
|
||||
|
|
Loading…
Reference in a new issue