bring container margin top into variable and reduce it on mobile
This commit is contained in:
+3
-5
@@ -480,7 +480,8 @@ hr {
|
||||
|
||||
.game-intro {
|
||||
float: left;
|
||||
line-height: 42px; }
|
||||
line-height: 42px;
|
||||
margin-bottom: 0; }
|
||||
|
||||
.restart-button {
|
||||
display: inline-block;
|
||||
@@ -536,7 +537,7 @@ hr {
|
||||
margin-top: 2px; }
|
||||
|
||||
.game-container {
|
||||
margin-top: 40px;
|
||||
margin-top: 10px;
|
||||
position: relative;
|
||||
padding: 10px;
|
||||
cursor: default;
|
||||
@@ -692,9 +693,6 @@ hr {
|
||||
-moz-transform: translate(202px, 202px);
|
||||
transform: translate(202px, 202px); }
|
||||
|
||||
.game-container {
|
||||
margin-top: 20px; }
|
||||
|
||||
.tile .tile-inner {
|
||||
font-size: 35px; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user