Skip to content

Commit 70e9cdb

Browse files
committed
Small layout improvement in donation front buttons
1 parent d0300a0 commit 70e9cdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/front.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ <h5 class="ellipsis">
169169
<section class="v-spacing-3">
170170
<h4 class="v-spacing-1">Enjoying Freesound?</h4>
171171
<p class="text-grey v-spacing-2">Please consider donating some money. It doesn't take a large donation to help us!</p>
172-
<div class="no-paddings offset-3 col-6 offset-lg-2 col-lg-8 offset-xl-0 col-xl-12">
172+
<div class="no-paddings offset-2 col-8 offset-md-3 col-md-6 offset-lg-2 col-lg-8 offset-xl-0 col-xl-12">
173173
<div class="between v-spacing-2 wrap">
174174
<a class="no-hover btn-inverse bw-front__donate-amount-button v-spacing-1" href="{% url 'donate' %}?{{ donation_amount_request_param }}=5">5€</a>
175175
<a class="no-hover btn-inverse bw-front__donate-amount-button v-spacing-1" href="{% url 'donate' %}?{{ donation_amount_request_param }}=10">10€</a>

0 commit comments

Comments
 (0)