Skip to content

Commit

Permalink
slightly more responsive?
Browse files Browse the repository at this point in the history
  • Loading branch information
mudkipdev committed Apr 22, 2024
1 parent 1f561fd commit 21194d1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/layouts/Page.astro
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,16 @@ const { title } = Astro.props
sans-serif;
}

@media only screen and (max-width: 600px) {
body {
font-size: 1.5em;
margin: 1em;
position: static;
top: auto;
left: auto;
}
}

h1 {
margin: 0;
}
Expand Down

0 comments on commit 21194d1

Please sign in to comment.