increase padding on score
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@ h1.title {
|
|||||||
position: relative;
|
position: relative;
|
||||||
float: right;
|
float: right;
|
||||||
background: #bbada0;
|
background: #bbada0;
|
||||||
padding: 15px 20px;
|
padding: 15px 25px;
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
height: 25px;
|
height: 25px;
|
||||||
line-height: 47px;
|
line-height: 47px;
|
||||||
|
|||||||
+1
-1
@@ -64,7 +64,7 @@ h1.title {
|
|||||||
position: relative;
|
position: relative;
|
||||||
float: right;
|
float: right;
|
||||||
background: $game-container-background;
|
background: $game-container-background;
|
||||||
padding: 15px 20px;
|
padding: 15px 25px;
|
||||||
font-size: $height;
|
font-size: $height;
|
||||||
height: $height;
|
height: $height;
|
||||||
line-height: $height + 22px;
|
line-height: $height + 22px;
|
||||||
|
|||||||
Reference in New Issue
Block a user