Contribute page imporvements, sidebar for cards

This commit is contained in:
mrfry 2020-11-30 14:03:13 +01:00
parent db5aad0f8c
commit 1a02ae2e98
13 changed files with 274 additions and 79 deletions

View file

@ -4,6 +4,12 @@
border-radius: 2px;
padding: 5px;
margin: 6px 3px;
cursor: pointer;
}
.row:hover {
background-color: #333;
border: 2px solid #f99;
}
.row > div {