forked from 00dani/lemoncurry
Use vertical layout on 'sm' screens
This commit is contained in:
parent
24cb3f022e
commit
3962c5facb
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ body
|
||||||
display flex
|
display flex
|
||||||
flex-direction column
|
flex-direction column
|
||||||
align-items center
|
align-items center
|
||||||
@media (min-width $sm)
|
@media (min-width $md)
|
||||||
flex-direction row-reverse
|
flex-direction row-reverse
|
||||||
align-items unset
|
align-items unset
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue