Skip to content

Commit

Permalink
feat: increase border bottom from threads
Browse files Browse the repository at this point in the history
  • Loading branch information
k0ndratov committed Oct 7, 2024
1 parent 9ddb44d commit e0e6eba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/client/src/pages/Forum/Forum.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ $title-color: #bebebe;
height: 124px;
}

.threads {
&__threads {
display: flex;
flex-direction: column;
gap: 24px;
margin-bottom: 24px;
margin-bottom: 32px;

a {
text-decoration: none;
Expand Down

0 comments on commit e0e6eba

Please sign in to comment.