Skip to content
Snippets Groups Projects
Commit a0313e3f authored by Niklas Schrötler's avatar Niklas Schrötler
Browse files

CSS: Simplified grid definition

parent d3abb226
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
.layout-grid { .layout-grid {
display: grid; display: grid;
grid-template-columns: repeat(auto-fill, minmax(max(45px, 45px), 1fr)); grid-template-columns: repeat(auto-fill, 45px);
grid-template-rows: repeat(auto-fill, minmax(max(45px, 45px), 1fr)); grid-template-rows: repeat(auto-fill, 45px);
grid-gap: 30px; grid-gap: 30px;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment