Skip to content

Commit

Permalink
update font size for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
bstiq committed Mar 13, 2024
1 parent 6280fd0 commit ce14e5b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _sass/custom/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@
padding-bottom: 10rem;
}
}
@media (max-width: 50rem) {
html {
font-size: 0.95rem !important;
}
}

0 comments on commit ce14e5b

Please sign in to comment.