1
0
mirror of https://github.com/danog/2048.git synced 2024-11-27 03:44:43 +01:00

increase padding on score

This commit is contained in:
Gabriele Cirulli 2014-03-09 23:59:53 +01:00
parent e65111f13b
commit 378ca283f2
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ h1.title {
position: relative;
float: right;
background: #bbada0;
padding: 15px 20px;
padding: 15px 25px;
font-size: 25px;
height: 25px;
line-height: 47px;

View File

@ -64,7 +64,7 @@ h1.title {
position: relative;
float: right;
background: $game-container-background;
padding: 15px 20px;
padding: 15px 25px;
font-size: $height;
height: $height;
line-height: $height + 22px;