Skip to content

Commit

Permalink
fix(documentation-page): page margin in mobile screen
Browse files Browse the repository at this point in the history
  • Loading branch information
RobsonOlv committed Jun 29, 2022
1 parent 549948d commit d2d5c13
Show file tree
Hide file tree
Showing 3 changed files with 5,437 additions and 5,517 deletions.
2 changes: 1 addition & 1 deletion src/components/see-also-section/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { SxStyleProp } from '@vtex/brand-ui'

const seeAlsoContainer: SxStyleProp = {
maxWidth: ['324px', '544px', '544px', '544px', '544px', '720px'],
margin: ['auto', 'initial'],
mx: ['18px', 'initial'],
}

const sectionTitle: SxStyleProp = {
Expand Down
4 changes: 2 additions & 2 deletions src/styles/documentation-page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ const articleBox: SxStyleProp = {
}

const contentContainer: SxStyleProp = {
width: ['322px', '544px', '544px', '544px', '544px', '720px'],
margin: ['auto', 'initial'],
width: ['auto', '544px', '544px', '544px', '544px', '720px'],
mx: ['18px', 'initial'],
}

const rightContainer: SxStyleProp = {
Expand Down
Loading

0 comments on commit d2d5c13

Please sign in to comment.