Skip to content

Commit

Permalink
Reduce bottom margin
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-dunwoody committed Dec 6, 2024
1 parent c70fb70 commit b9aabbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/support/components/fiftyfifty.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
@endif

@if(!empty($card_content['sub_heading']))
<p>{{ $card_content['sub_heading'] }}</p>
<p class="mb-2">{{ $card_content['sub_heading'] }}</p>
@endif

@if(!empty($card_content['body']))
Expand Down

0 comments on commit b9aabbd

Please sign in to comment.