Game logic done

This commit is contained in:
2021-10-14 00:29:28 -03:00
parent ab65d653aa
commit 9acedd2832
7 changed files with 108 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
.puzzleWord {
@include bodyFont();
font-size: 60pt;
font-size: 50pt;
display: flex;
align-items: center;
@@ -16,7 +16,11 @@
height: 70pt;
margin-left: 2vw;
border-bottom: 3px solid #000;
border-bottom: 5px solid #000;
display: flex;
justify-content: center;
align-items: flex-end;
}
.counter {