Skip to content

Commit

Permalink
reducing dice size
Browse files Browse the repository at this point in the history
  • Loading branch information
Javi Vañó Bodí committed Oct 10, 2023
1 parent 84c557c commit d7c2a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/Games/Dice/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const WrapperStyle = {
}
const DiceContainerStyle = {
width: "100%",
height: "70%",
height: "65%",
color: text_color,
display: "flex",
alignItems: "center",
Expand Down

0 comments on commit d7c2a79

Please sign in to comment.