ludo-web-multiplayer/src/components/Navbar/Dice/Dice.module.css
2023-12-13 11:18:11 +01:00

12 lines
174 B
CSS

.container {
margin-left: 20px;
margin-right: 20px;
width: 50px;
height: 50px;
}
.container > img {
width: 100%;
height: 100%;
cursor: pointer;
}