fixed score aligment

This commit is contained in:
lengstrom 2015-05-29 14:37:35 -04:00
parent 22f716eb74
commit 3dda5b8bfb

View file

@ -35,7 +35,7 @@
.GOTitle {
font-weight: bold;
font-size: 22px;
font-size: 24.2000px;
}
#gameOverBox {
@ -47,9 +47,10 @@
}
#cScore {
font-size: 55px;
font-size: 60.5000px;
font-weight:light;
margin-bottom: 22px;
margin-bottom: 5px;
margin-top: -10px;
}
#highScoresTitle {
@ -94,7 +95,7 @@
/*width:100%;*/
left: 50%;
width: 310px;
margin-left:-10px;
margin-left:-8px;
bottom:78px;
transform: translate(-50%, 0%);
-webkit-transform: translate(-50%, 0%);