diff --git a/style/main.css b/style/main.css index 0f2d37754a1401ed94a9abb09dfa16b660e783ec..b260b0d955ffca88569930d914178f9be480a94c 100644 --- a/style/main.css +++ b/style/main.css @@ -231,7 +231,7 @@ hr { .tile, .tile .tile-inner { width: 107px; height: 107px; - line-height: 116.25px; } + line-height: 107px; } .tile.tile-position-1-1 { -webkit-transform: translate(0px, 0px); -moz-transform: translate(0px, 0px); @@ -633,7 +633,7 @@ hr { .tile, .tile .tile-inner { width: 58px; height: 58px; - line-height: 67.5px; } + line-height: 58px; } .tile.tile-position-1-1 { -webkit-transform: translate(0px, 0px); -moz-transform: translate(0px, 0px); diff --git a/style/main.scss b/style/main.scss index cce393fa78f4a0f10d7ee4681d16477d8a28026d..383e760aff9bc5b92a47c193f51acde9c4561372 100644 --- a/style/main.scss +++ b/style/main.scss @@ -292,7 +292,7 @@ hr { &, .tile-inner { width: ceil($tile-size); height: ceil($tile-size); - line-height: $tile-size + 10px; + line-height: ceil($tile-size); } // Build position classes