Skip to content

Commit

Permalink
half-hearted attempt at responsive typography
Browse files Browse the repository at this point in the history
  • Loading branch information
Perfect5th committed Jan 22, 2024
1 parent eb8c790 commit 91dc6cc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,9 @@ code {
color: #ffb9ff;
}
}

@media screen and (max-width: 600px) {
body {
width: 85%;
}
}

0 comments on commit 91dc6cc

Please sign in to comment.