Skip to content
Snippets Groups Projects
Commit 645866a6 authored by Florent POITTEVIN's avatar Florent POITTEVIN
Browse files

style: allow tile to take width available

parent 11ec5652
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
.tiles-container { .tiles-container {
display: grid; display: grid;
grid-template-columns: repeat(auto-fill, 300px); grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
grid-gap: 20px; grid-gap: 20px;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment