small changes to the layouts and their css files, nothing really impacting

This commit is contained in:
noxy
2019-09-02 11:56:50 +00:00
parent 5fada7ae29
commit 8dd96f7d11
10 changed files with 23 additions and 29 deletions

View File

@@ -998,4 +998,9 @@ li.safe-for-rating {
div#collapseComments {
margin-bottom: 10px;
}
div#categories {
display: grid;
grid-template-columns: 1fr 1fr;
}