try using grids for the.. grids
This commit is contained in:
parent
fcc4296040
commit
a257ccc8b3
@ -2893,3 +2893,12 @@ html.d #treepar {
|
|||||||
margin-top: 1.7em;
|
margin-top: 1.7em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@supports (display: grid) {
|
||||||
|
#ggrid {
|
||||||
|
display: grid;
|
||||||
|
margin: unset;
|
||||||
|
padding: unset;
|
||||||
|
grid-template-columns: repeat(auto-fit,225px);
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user