diff --git a/app/templates/app/blocks/featured_book_block.html b/app/templates/app/blocks/featured_book_block.html index fc925618..978c270c 100644 --- a/app/templates/app/blocks/featured_book_block.html +++ b/app/templates/app/blocks/featured_book_block.html @@ -1,11 +1,11 @@
{% if value.promotion_label %} - {% include "app/includes/banner.html" with label=value.promotion_label class="position-absolute tw-top-0 tw-left-0 pt-3" %} + {% include "app/includes/banner.html" with label=value.promotion_label class="position-absolute tw-top-0 tw-left-0 mt-3" %} {% endif %} {% include "app/includes/book_card.html" with page=value.book background_color=value.background_color description=value.description %} {% if value.promotion_label %} - {% include "app/includes/banner.html" with label=value.promotion_label class="position-absolute tw-bottom-0 tw-left-0 pb-3" %} + {% include "app/includes/banner.html" with label=value.promotion_label class="position-absolute tw-bottom-0 tw-left-0 mb-3" %} {% endif %}
diff --git a/app/templates/app/blocks/membership_option_card.html b/app/templates/app/blocks/membership_option_card.html index e2a86e7e..1b6eb8b1 100644 --- a/app/templates/app/blocks/membership_option_card.html +++ b/app/templates/app/blocks/membership_option_card.html @@ -2,9 +2,9 @@ {% with request_price.products.all as products %}
{% if value.promotion_label %} - {% include "app/includes/banner.html" with label=option.promotion_label class='pt-3 pb-1' %} + {% include "app/includes/banner.html" with label=option.promotion_label class='mt-3 mb-1' %} {% else %} - {% include "app/includes/banner.html" with label=" ." class='pt-3 pb-1 opacity-0' %} + {% include "app/includes/banner.html" with label=" ." class='mt-3 mb-1 opacity-0' %} {% endif %}

{{ option.plan.title }}

diff --git a/app/templates/menus/footer.html b/app/templates/menus/footer.html index 770e40ef..c8fda59d 100644 --- a/app/templates/menus/footer.html +++ b/app/templates/menus/footer.html @@ -1,6 +1,6 @@ {% load static menu_tags %}