Skip to content

Commit

Permalink
Improved layout between text and button
Browse files Browse the repository at this point in the history
  • Loading branch information
aricooperdavis committed Apr 27, 2021
1 parent e4038ff commit c322610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom-banner.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public function onOutputGenerated(): void
<div class="custom-banner-container">
<div class="custom-banner-body" style="box-shadow: $box_shadow; background-color: $bg_colour;">
<p class="custom-banner-content" style="color: $fg_colour;">$content</p>
<span style="flex-grow: 1;"></span>
<span style="flex-grow: 1; min-width: 1rem;"></span>
<a class="button custom-banner-button" href="$button_url">$button_text</a>
</div>
</div>
Expand Down

0 comments on commit c322610

Please sign in to comment.