Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
update container side padding to be 20px from mobile landscape
Browse files Browse the repository at this point in the history
  • Loading branch information
i-hardy committed Oct 15, 2020
1 parent 535ac33 commit 80e2dc7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/core/components/layout/components/container/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ export const container = css`
box-sizing: border-box;
padding: 0 ${space[3]}px;
width: 100%;
${from.tablet} {
${from.mobileLandscape} {
padding: 0 ${space[5]}px;
}
${from.tablet} {
width: ${breakpoints.tablet}px;
}
${from.desktop} {
Expand Down

0 comments on commit 80e2dc7

Please sign in to comment.