Skip to content

Commit

Permalink
Shorten headings font-size on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
wlsf82 committed Jan 17, 2024
1 parent 7b5a8e7 commit 5c0b543
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,14 @@ input[type="date"]:focus {


@media only screen and (max-width: 600px) {
h1 {
font-size: 26px;
}

h2 {
font-size: 24px;
}

.section {
padding: 10px;
margin-bottom: 10px;
Expand Down

0 comments on commit 5c0b543

Please sign in to comment.