Add option to have the score overlay at the top.

This commit is contained in:
Patrick Fairbank
2019-07-28 16:00:00 -07:00
parent a0d108e7ec
commit e1f6bbfe63
3 changed files with 24 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ html {
position: absolute;
bottom: -210px;
width: 100%;
height: 180px;
height: 170px;
display: flex;
flex-direction: column;
align-items: center;