Fix invalid property for flexbox.
This commit is contained in:
parent
06cbd93f05
commit
bf3c81fe24
|
@ -9,7 +9,7 @@ $toc-border-color: $code-border-color;
|
||||||
@include margin-content-left;
|
@include margin-content-left;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: end;
|
align-items: flex-end;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
|
|
||||||
em {
|
em {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user