More margin fixes.

This commit is contained in:
flash 2019-02-26 16:14:23 +01:00
parent 4761c9e9f9
commit 1b0aae2d8c
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,5 @@
.forum__categories {
margin-bottom: 2px;
margin: 2px 0;
box-sizing: content-box;
overflow: auto;

View file

@ -3,6 +3,7 @@
flex-direction: column;
align-items: flex-start;
padding: 8px 10px;
margin: 2px 0;
&__title {
font-size: 2em;