More margin fixes.
This commit is contained in:
parent
4761c9e9f9
commit
1b0aae2d8c
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
.forum__categories {
|
||||
margin-bottom: 2px;
|
||||
margin: 2px 0;
|
||||
box-sizing: content-box;
|
||||
overflow: auto;
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
padding: 8px 10px;
|
||||
margin: 2px 0;
|
||||
|
||||
&__title {
|
||||
font-size: 2em;
|
||||
|
|
Loading…
Add table
Reference in a new issue