1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

cleared grid css

This commit is contained in:
muerwre 2019-07-26 17:16:06 +07:00
parent fea9ea06f2
commit 8aca595f69

View file

@ -7,12 +7,8 @@ $cols: $content_width / $cell;
} }
.grid_test { .grid_test {
//width: $content_width;
display: grid; display: grid;
//grid-template-columns: minmax($cell, 1fr);
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
//grid-template-columns: repeat($cols, 1fr);
//grid-template-rows: $cell * 1.2 - 4;
grid-auto-rows: 256px; grid-auto-rows: 256px;
grid-auto-flow: row dense; grid-auto-flow: row dense;
grid-column-gap: $grid_line; grid-column-gap: $grid_line;