Skip to content

Commit

Permalink
fix padding
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc committed Nov 15, 2021
1 parent b41e19c commit 8fcc128
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/grants/templates/grants/landing/round_by_type.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
</div>
</a>

<div class="font-body d-flex" style="background-color: {{ active_round.banner_bg_hex }}; height: 45px;">
<p class="px-3 my-auto" style="color: {{active_round.banner_text_hex}} ">
<div class="font-body d-flex" style="background-color: {{ active_round.banner_bg_hex }};">
<p class="px-3 py-2 my-auto" style="color: {{active_round.banner_text_hex}} ">
{{ active_round.banner_text }}
</p>
</div>
Expand Down

0 comments on commit 8fcc128

Please sign in to comment.