Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
watanaberei authored Aug 21, 2024
1 parent eb4ce35 commit 2f697cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ body::after {

@media screen and (max-width: 480px) {
h1 {
--font-size: 30px;
font-size: 15px;
}

.row:nth-of-type(2) .column {
Expand All @@ -697,8 +697,8 @@ body::after {
margin-left: -6px
}

a {
font-size: 16px
a, h1, h2 {
font-size: 15px
}

a span {
Expand Down

0 comments on commit 2f697cf

Please sign in to comment.