Skip to content

Commit

Permalink
fix: make page banners look better on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
broccolai authored Mar 7, 2024
1 parent 64e92ba commit b6a2713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/global/containers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const PageBannerContent = styled('section', {
gridTemplateColumns: 'repeat(2, 1fr)',
padding: '4px',
height: '5vh',
width: '100%',
width: '95vw',
maxWidth: '800px',
},
});
Expand Down

0 comments on commit b6a2713

Please sign in to comment.