fix positions of tile numbers
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user