Skip to content

Commit

Permalink
More padding space after the first "Become sponsor" button
Browse files Browse the repository at this point in the history
Button is currently too close to the "Diamond" sponsor.
  • Loading branch information
LowDoll authored Jun 17, 2024
1 parent 9315708 commit bf6a8ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/Application/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ <h2 class="home__title partenaires__title">
{m:views.application.index.sponsors}
</h2>

<div class="partenaires__buttonContainer">
<div class="partenaires__buttonContainer" style="padding-bottom: 40px;">
<a class="button" href="{sponsoringLeafletUrl}">{m:views.application.index.sponsors.join}</a>
</div>

Expand Down

0 comments on commit bf6a8ae

Please sign in to comment.