Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit e202b45

Browse files
committed
fix(app): layout padding on mobiles
HOW-78
1 parent ccfe6e2 commit e202b45

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ui/templates/container.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,8 @@ export const Container = styled(WithTag)`
1010
flex: inherit;
1111
flex-flow: inherit;
1212
flex-direction: inherit;
13+
14+
@media screen and (max-width: 120rem) {
15+
padding: 0 1rem;
16+
}
1317
`

0 commit comments

Comments
 (0)