We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5385464 commit c1a02dcCopy full SHA for c1a02dc
2 files changed
style/main.css
@@ -231,7 +231,7 @@ hr {
231
.tile, .tile .tile-inner {
232
width: 107px;
233
height: 107px;
234
- line-height: 116.25px; }
+ line-height: 107px; }
235
.tile.tile-position-1-1 {
236
-webkit-transform: translate(0px, 0px);
237
-moz-transform: translate(0px, 0px);
@@ -633,7 +633,7 @@ hr {
633
634
width: 58px;
635
height: 58px;
636
- line-height: 67.5px; }
+ line-height: 58px; }
637
638
639
style/main.scss
@@ -292,7 +292,7 @@ hr {
292
&, .tile-inner {
293
width: ceil($tile-size);
294
height: ceil($tile-size);
295
- line-height: $tile-size + 10px;
+ line-height: ceil($tile-size);
296
}
297
298
// Build position classes
0 commit comments