global rule for flex column.

This commit is contained in:
2020-09-06 14:21:45 +02:00
parent 6dc4c9080e
commit 7684fde8e5

View File

@@ -74,6 +74,16 @@ body {
margin-right: 2rem;
}
&.column {
flex-direction: column;
align-items: center;
> * {
margin-right: unset;
margin-bottom: 1rem;
}
}
@include mobile {
&:not(.row) {
flex-direction: column;