Skip to content

Commit

Permalink
fix: flex direction
Browse files Browse the repository at this point in the history
  • Loading branch information
uhmtoto committed Dec 27, 2019
1 parent 3c012b4 commit 3aa8ddb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pages/Stacks.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,10 @@ const Container = styled.div`
justify-content: space-around;
align-items: center;
flex-wrap: wrap;
@media (max-width: 690px) {
flex-direction: column;
}
`

const Image = styled.img`
Expand Down

0 comments on commit 3aa8ddb

Please sign in to comment.