Skip to content

Commit

Permalink
fix: remove excessive margin on headings
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianthulin authored Nov 24, 2023
1 parent 498d0d8 commit 695d794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/php/Module/views/contact-banner.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
'element' => 'h3',
'variant' => 'h3',
'id' => 'mod-contactbanner-' . $ID . '-' . $index,
'classList' => ['u-margin__left--2']
'classList' => ['u-margin__left--2', 'u-margin__top--0']
])

{{$listItem->title}}
Expand Down

0 comments on commit 695d794

Please sign in to comment.