Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
midtsveen committed Dec 23, 2024
1 parent 7dd9ea2 commit 15d36e4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,8 @@ footer p a:hover {
text-decoration: underline; /* Underline on hover for footer links */
}

@media (max-width: 700px) {
@media (max-width: 600px) {
body {
padding: 0.1rem;
max-width: calc(100% - 2rem);
padding: 0.3rem;
}
}

0 comments on commit 15d36e4

Please sign in to comment.