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

@@ -73,4 +73,10 @@ p.comment {
.col-sm.p-0.sidebar {
padding: 15px !important;
}
.items {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
grid-gap: 1em;
}