fixed score aligment
This commit is contained in:
parent
22f716eb74
commit
3dda5b8bfb
1 changed files with 5 additions and 4 deletions
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
.GOTitle {
|
.GOTitle {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 22px;
|
font-size: 24.2000px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#gameOverBox {
|
#gameOverBox {
|
||||||
|
@ -47,9 +47,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#cScore {
|
#cScore {
|
||||||
font-size: 55px;
|
font-size: 60.5000px;
|
||||||
font-weight:light;
|
font-weight:light;
|
||||||
margin-bottom: 22px;
|
margin-bottom: 5px;
|
||||||
|
margin-top: -10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#highScoresTitle {
|
#highScoresTitle {
|
||||||
|
@ -94,7 +95,7 @@
|
||||||
/*width:100%;*/
|
/*width:100%;*/
|
||||||
left: 50%;
|
left: 50%;
|
||||||
width: 310px;
|
width: 310px;
|
||||||
margin-left:-10px;
|
margin-left:-8px;
|
||||||
bottom:78px;
|
bottom:78px;
|
||||||
transform: translate(-50%, 0%);
|
transform: translate(-50%, 0%);
|
||||||
-webkit-transform: translate(-50%, 0%);
|
-webkit-transform: translate(-50%, 0%);
|
||||||
|
|
Loading…
Reference in a new issue