Shrink header info.

This commit is contained in:
Oliver Rümpelein 2021-01-18 20:51:08 +01:00
parent 5f8848ede8
commit 66592a92d6

View file

@ -1,7 +1,7 @@
.basic-properties {
flex: 0 0 100%;
grid-gap: 2px;
grid-template-columns: repeat(auto-fill, minmax(10em, 1fr));
grid-template-columns: repeat(auto-fill, minmax(9em, 1fr));
.basic-property {
display: grid;
align-content: end;