Skip to content

Commit

Permalink
fix(NcSettingsSection): remove default h2 margin-top
Browse files Browse the repository at this point in the history
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
  • Loading branch information
ShGKme committed Aug 2, 2024
1 parent 0b02a55 commit dc45b82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/NcSettingsSection/NcSettingsSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ $maxWidth: 900px;
font-size: 20px;
font-weight: bold;
max-width: $maxWidth;
margin-top: 0; // Remove default heading margin
}
&__info {
Expand Down

0 comments on commit dc45b82

Please sign in to comment.