Better nesting of styling for button-container.

This commit is contained in:
2020-03-20 13:57:25 +01:00
parent 01833b4e66
commit 196901ae56

View File

@@ -74,7 +74,8 @@ body {
margin-right: 2rem; margin-right: 2rem;
} }
@include mobile &:not(.row) { @include mobile {
&:not(.row) {
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
@@ -83,6 +84,7 @@ body {
margin-bottom: .75rem; margin-bottom: .75rem;
} }
} }
}
} }
input, input,