Skip to content

Commit

Permalink
fix: stars too big on non-tv screens
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomBreugelmans committed Nov 29, 2024
1 parent bc8ac36 commit eddcd44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ animation-delay: 0.5s;
}

.star {
font-size: 1.5vw;
font-size: min(1.5vw, 1.3vh);
color: #333333;
--star-color: #111111;
}
Expand Down

0 comments on commit eddcd44

Please sign in to comment.