Skip to content

Commit

Permalink
16px to 1rem
Browse files Browse the repository at this point in the history
  • Loading branch information
nik-dange committed May 14, 2024
1 parent 6ae4c3a commit 1e283cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/pages/Home.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@
width: 0;

@media screen and (width <= vars.$breakpoint-md) {
// hardcoded to 16 to prevent auto zoom on iOS
font-size: 16px;
// 1rem prevents auto zoom on iOS
font-size: 1rem;
line-height: 1.5rem;
padding: 0.625rem 1.25rem;
}
Expand Down

0 comments on commit 1e283cd

Please sign in to comment.