This commit is contained in:
noxy
2019-09-08 05:28:04 +00:00
parent 6ca6ed4080
commit 4682e65af9
7 changed files with 86 additions and 11 deletions

View File

@@ -3788,4 +3788,10 @@ button#layout4:before {
content: "nojs";
position: relative;
font-size: 8px;
}
.items {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
grid-gap: 1em;
}