Skip to content

Commit

Permalink
Update board.html
Browse files Browse the repository at this point in the history
widened the score box for triple digit scores to fit
  • Loading branch information
abullockuno authored Dec 16, 2021
1 parent a249a11 commit 45620a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/yahtzee/frontend/templates/board.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
}
.score {
height: min(3vh,3vw);
width: min(3vh,3vw);
width: min(4vh,4vw);
text-align: center;
line-height: min(3vh,3vw);
font-size: min(2.5vh,2.5vw);
Expand Down

0 comments on commit 45620a8

Please sign in to comment.