bring container margin top into variable and reduce it on mobile

This commit is contained in:
Gabriele Cirulli
2014-03-22 17:28:14 +01:00
parent 17fe360df1
commit e729f7457f
2 changed files with 7 additions and 14 deletions
+3 -5
View File
@@ -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; }