Skip to content

Commit

Permalink
🐛 fix incorrect left margin of social title
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Fihlon <[email protected]>
  • Loading branch information
McPringle committed Aug 8, 2024
1 parent 02abcf6 commit ed7e28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/themes/apus/views/social-view.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#social-view h2 {
color: var(--social-title-color);
font-size: 30px;
margin: 0 10px 10px 10px;
margin: 0 10px 10px 0;
}

#social-view .posts {
Expand Down

0 comments on commit ed7e28b

Please sign in to comment.