Skip to content

Commit

Permalink
Reduced the default font size in petition HTML element from 2vw to 1vw.
Browse files Browse the repository at this point in the history
This change aims to improve readability and ensure better scaling across different screen sizes.
  • Loading branch information
mikepsinn committed Sep 16, 2024
1 parent d622f90 commit 1575354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/petition/petition.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}

html {
font-size: 2vw;
font-size: 1vw;
}

body {
Expand Down

0 comments on commit 1575354

Please sign in to comment.