Implemented Electron packaging support

This commit is contained in:
Marcel
2017-12-16 11:14:20 +01:00
parent d89defae7e
commit 05a4f1abd3
3 changed files with 56 additions and 2 deletions

View File

@@ -23,17 +23,18 @@ body {
font-weight: 900;
font-size: 40px;
top: 50%;
left: 25%;
right: 75%;
transform: translate(-50%, -50%);
color: #fff;
}
#score:before {
content: 'Score:';
content: 'Score: ';
}
#controls {
left: 75%;
right: 0;
font-size: 20px;
font-weight: 300;
transform: translate(0, -50%);