some minor changes to the login wall

This commit is contained in:
noxy
2019-11-19 11:03:17 +00:00
parent e81dffd187
commit 5fc7bf3036
11 changed files with 104 additions and 55 deletions

View File

@@ -1103,4 +1103,26 @@ div#list {
div#message {
padding-right: 0px;
}
/* Cat */
div#categories {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
grid-gap: 20px;
align-items: stretch;
margin-bottom: 5px;
}
.thumbnail img {
max-width: 100%;
}
.category-box {
background: #282828;
border: 2px solid black;
}
.caption {
padding: 5px;
}