Skip to content

Commit

Permalink
max-width on the main content
Browse files Browse the repository at this point in the history
  • Loading branch information
amalcaraz committed Oct 19, 2023
1 parent 86302dc commit e5abbd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/Content/styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import styled from 'styled-components'
import tw from 'twin.macro'

export const StyledContent = styled.div`
${tw`px-16 pb-16`}
${tw`px-16 pb-16 mx-auto max-w-[1440px]`}
`

0 comments on commit e5abbd6

Please sign in to comment.