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:
parent
fea9ea06f2
commit
8aca595f69
1 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue