Skip to content

Commit

Permalink
fix(settings): Make header style inline with other pages
Browse files Browse the repository at this point in the history
Signed-off-by: Git'Fellow <[email protected]>
  • Loading branch information
solracsf authored Dec 12, 2024
1 parent ef09d25 commit 5c6e76b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/settings/css/settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,9 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
margin-bottom: calc(var(--default-grid-baseline) * 8);

> h2 {
margin-bottom: 0px;
margin: 0;
font-size: 20px;
font-weight: bold;
}

> a {
Expand Down

0 comments on commit 5c6e76b

Please sign in to comment.