feat(templates/base.twig): Adapte la largeur des iframes Stripe au footer pour mobile.

This commit is contained in:
Serreau Jovann
2025-11-24 19:19:40 +01:00
parent 338d8b2cf5
commit b43e6dd9b7

View File

@@ -435,8 +435,8 @@
</a>
</div>
<h3 class="text-lg font-semibold mb-3 text-gray-900 py-1">{{ 'footer_action_title'|trans }}</h3>
<iframe width="380" height="38" style="border:0;" src="https://climate.stripe.com/badge/qrsnOf?theme=light&size=small&locale={{ app.request.locale }}-{{ app.request.locale|upper }}"></iframe>
<iframe width="380" height="38" style="border:0;margin-top: 0.5rem" src="https://climate.stripe.com/badge/7oAh3V?theme=light&size=small&locale={{ app.request.locale }}-{{ app.request.locale|upper }}"></iframe>
<iframe width="100%" height="60" style="border:0;" src="https://climate.stripe.com/badge/qrsnOf?theme=light&size=small&locale={{ app.request.locale }}-{{ app.request.locale|upper }}"></iframe>
<iframe width="100%" height="60" style="border:0;margin-top: 0.5rem" src="https://climate.stripe.com/badge/7oAh3V?theme=light&size=small&locale={{ app.request.locale }}-{{ app.request.locale|upper }}"></iframe>
</div>
{# 3. Bloc Personnalisable (E-Cosplay mission) #}