Skip to content

Commit

Permalink
small improvement on tiles
Browse files Browse the repository at this point in the history
  • Loading branch information
bradwestfall committed Apr 6, 2020
1 parent a27fbd7 commit 02c3803
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/YesterTech/Tiles.scss
@@ -1,8 +1,7 @@
.tiles {
display: grid;
grid-gap: 1em;

// This tile css algo requires this grid template-columns property. But
// This "tile css algo" requires this grid template-columns property. But
// since the minmax value is dynamic, it's supplied as an inline style
// via JS:
// grid-template-columns: repeat(auto-fill, minmax(10em, 1fr));
Expand Down

0 comments on commit 02c3803

Please sign in to comment.