diff --git a/src/styles/global.scss b/src/styles/global.scss index 57e3251..f5fc2ac 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -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;