margins for paypal form on small screens
[wolnelektury.git] / src / paypal / templates / paypal / form.html
index 99f7273..7bd8546 100644 (file)
@@ -6,6 +6,7 @@
 {% block title %}{% trans "Wolne Lektury Friend Club" %}{% endblock %}
 
 {% block body %}
+  <div class="mobile-margins">
   <h1>{% trans "Wolne Lektury Friend Club" %}</h1>
   <p>Poniżej możesz ustawić comiesięczną płatność <strong>(co najmniej 10 zł)</strong>, aby dołączyć do Przyjaciół Wolnych Lektur.</p>
   {# https://www.facebook.com/sharer/sharer.php?u=https%3A//wolnelektury.pl{% url 'paypal_form' %} #}
@@ -20,4 +21,5 @@
     {% trans "You must be logged in to subscribe." %}
   {% endif %}
   {% chunk "klub_info" %}
+  </div>
 {% endblock %}
\ No newline at end of file