Skip to content

Commit

Permalink
adjust content container responsive padding
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewheeler committed Nov 5, 2024
1 parent 6c2427d commit 70333db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/components/ContentContainer/ContentContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ export function ContentContainer({
return (
<section>
<GridContainer
className={classNames('px-14 py-20', {
'px-32': !align,
className={classNames('py-4 sm:px-14 sm:py-20', {
'sm:px-32': !align,
})}
>
{children}
Expand Down

0 comments on commit 70333db

Please sign in to comment.