Skip to content

Commit 5c6e76b

Browse files
authored
fix(settings): Make header style inline with other pages
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
1 parent ef09d25 commit 5c6e76b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/settings/css/settings.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,9 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
827827
margin-bottom: calc(var(--default-grid-baseline) * 8);
828828

829829
> h2 {
830-
margin-bottom: 0px;
830+
margin: 0;
831+
font-size: 20px;
832+
font-weight: bold;
831833
}
832834

833835
> a {

0 commit comments

Comments
 (0)