Skip to content

Commit

Permalink
adjusted width parameters to make text narrower
Browse files Browse the repository at this point in the history
  • Loading branch information
varCepheid committed Nov 15, 2023
1 parent 008255e commit 75705ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/routes/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ const pageStyle = css`
text-align: center;
padding: 0 1rem;
margin: auto;
max-width: 50rem;
min-width: 70%;
max-width: 45rem;
`

const headerStyle = css`
Expand Down

0 comments on commit 75705ca

Please sign in to comment.