Skip to content

Commit

Permalink
Fix font size for mobile.
Browse files Browse the repository at this point in the history
  • Loading branch information
saxx committed Dec 12, 2024
1 parent 25419ac commit e5264c2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,12 @@
}
}

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

.text-gradient {
background: linear-gradient(to right, #f47d09, #ed4622, #e5007d);
-webkit-background-clip: text;
Expand Down

0 comments on commit e5264c2

Please sign in to comment.