boxes styles

This commit is contained in:
2021-12-27 17:12:51 -03:00
parent bc65015c21
commit 6dd12b6700
3 changed files with 11 additions and 1 deletions

View File

@@ -123,9 +123,13 @@ emoji-picker {
.game .box {
width: 10vw;
height: 10vw;
font-size: 75pt;
border: 2px #fff solid;
box-sizing: border-box;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
}
.game .box#box-1 {