Skip to content

Commit

Permalink
Fix padding again
Browse files Browse the repository at this point in the history
  • Loading branch information
mcthomas committed Dec 20, 2024
1 parent af698cc commit ca6b7ad
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
@media only screen and (min-device-width : 481px) {
.contents {
font-size: 1.375em;
padding-bottom: 42px;
padding-bottom: 32px;
}
.entry a {
font-size: 2.312em;
Expand All @@ -30,7 +30,7 @@
@media only screen and (min-device-width : 200px) and (max-device-width : 480px) {
.contents {
font-size: 2.312em;
padding-bottom: 32px;
padding-bottom: 12px;
}
.entry a {
font-size: 3.25em;
Expand Down

0 comments on commit ca6b7ad

Please sign in to comment.