Skip to content

Commit

Permalink
fixed text width, header margins
Browse files Browse the repository at this point in the history
  • Loading branch information
varCepheid committed Nov 8, 2023
1 parent bba08eb commit 81934bf
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions src/routes/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@ import { css } from 'linaria'
const pageStyle = css`
text-align: center;
padding: 0 1rem;
& section {
margin: auto;
width: auto;
min-width: 60%;
}
margin: auto;
max-width: 50rem;
min-width: 70%;
`

const headerStyle = css`
Expand All @@ -24,6 +21,10 @@ const sourceStyle = css`
padding: 1rem 2rem 0 2rem;
font-family: monospace;
& h3 {
margin: 0.3rem;
}
& p {
margin: 0.2rem;
}
Expand Down Expand Up @@ -90,7 +91,7 @@ const AboutPage = () => {
backend (Go connected to SQL){' '}
</a>
</p>
<p>current version: public release 1.0.0</p>
<p>current version: are we doing versioning?</p>
</section>
</Page>
)
Expand Down

0 comments on commit 81934bf

Please sign in to comment.