Skip to content

Commit c1a02dc

Browse files
author
Mikhail Novikov
committed
fix positions of tile numbers
1 parent 5385464 commit c1a02dc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

style/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ hr {
231231
.tile, .tile .tile-inner {
232232
width: 107px;
233233
height: 107px;
234-
line-height: 116.25px; }
234+
line-height: 107px; }
235235
.tile.tile-position-1-1 {
236236
-webkit-transform: translate(0px, 0px);
237237
-moz-transform: translate(0px, 0px);
@@ -633,7 +633,7 @@ hr {
633633
.tile, .tile .tile-inner {
634634
width: 58px;
635635
height: 58px;
636-
line-height: 67.5px; }
636+
line-height: 58px; }
637637
.tile.tile-position-1-1 {
638638
-webkit-transform: translate(0px, 0px);
639639
-moz-transform: translate(0px, 0px);

style/main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ hr {
292292
&, .tile-inner {
293293
width: ceil($tile-size);
294294
height: ceil($tile-size);
295-
line-height: $tile-size + 10px;
295+
line-height: ceil($tile-size);
296296
}
297297

298298
// Build position classes

0 commit comments

Comments
 (0)