Skip to content

Commit

Permalink
width adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
Maija Y committed Oct 16, 2023
1 parent 836cb5e commit a20e5ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ export default function Page() {
display: flex;
flex-wrap: wrap;
width: 100%;
max-width: 770px;
margin: 4rem auto;
max-width: 760px;
margin: auto;
`}>
<div className={css`
display: flex;
Expand Down

0 comments on commit a20e5ec

Please sign in to comment.