Make basic properties more responsive (grid draft)
This commit is contained in:
parent
bbf9c35a6b
commit
5c74da883b
2 changed files with 6 additions and 5 deletions
|
@ -1,6 +1,7 @@
|
|||
.basic-properties {
|
||||
flex: 0 0 100%;
|
||||
gap: 2px;
|
||||
grid-gap: 2px;
|
||||
grid-template-columns: repeat(auto-fill, minmax(10em, 1fr));
|
||||
.basic-property {
|
||||
display: grid;
|
||||
align-content: end;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue