Skip to content

Commit

Permalink
Update theme
Browse files Browse the repository at this point in the history
  • Loading branch information
xatok committed Apr 2, 2024
1 parent 812cf34 commit 498626b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,11 @@ ul li {
}

@media screen and (max-width: 600px) {
body, h1, h2, h3, h4, h5, h6 {
padding: 5px;
body {
padding: 20px;
}
h1, h2, h3, h4, h5, h6 {
padding: 0px;
}
}

Expand Down

0 comments on commit 498626b

Please sign in to comment.