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:
parent
e65111f13b
commit
378ca283f2
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user