diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/pages/templates/pages/luxagraf/cards.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/pages/templates/pages/luxagraf/cards.html b/app/pages/templates/pages/luxagraf/cards.html index 5dda13b..a940770 100644 --- a/app/pages/templates/pages/luxagraf/cards.html +++ b/app/pages/templates/pages/luxagraf/cards.html @@ -14,7 +14,7 @@ </header> <div class="post-article"> {{object.body_html|safe|smartypants|widont}} - <iframe target='_parent' style="border:none !important; background:white; width:100% !important;" title="embedded form for subscribing the the Friends of a Long Year newsletter" src="{% url 'lttr:postcard_subscribe' %}"></iframe> + <p><iframe target='_parent' style="border:none !important; background:white; width:100% !important; height: 400px;" title="embedded form for subscribing the the Friends of a Long Year newsletter" src="{% url 'lttr:postcard_subscribe' %}"></iframe></p> </div> </article> </main> |