Use vertical layout on 'sm' screens

This commit is contained in:
Danielle McLean 2017-10-25 10:09:04 +11:00
parent 24cb3f022e
commit 3962c5facb
Signed by: 00dani
GPG Key ID: 5A5D2D1AFF12EEC5
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ body
display flex
flex-direction column
align-items center
@media (min-width $sm)
@media (min-width $md)
flex-direction row-reverse
align-items unset