add payment details under the Homepage Button

master
alice 2 years ago
parent 523d374f5b
commit ee1039bf7d

@ -764,6 +764,12 @@ a.home-signup-button {
font-size: 1.1em;
font-weight: 600;
}
a.home-signup-button .subtext {
font-size: 0.7em;
font-weight: normal;
display: block;
opacity: 0.85;
}
@media screen and (max-width: 48em) {
.home-signup-button {

@ -63,6 +63,7 @@
<p class="home-signup">
<a href="/account/signup" class="home-signup-button button inverted">
{% trans 'Sign up & try for a week for free' %}
<span class="subtext">{% trans "No CC required, 3€/month after 7 days" %}</span>
</a>
</p>

Loading…
Cancel
Save