diff options
Diffstat (limited to 'app/lttr/templates')
-rw-r--r-- | app/lttr/templates/lttr/subscribe.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/lttr/templates/lttr/subscribe.html b/app/lttr/templates/lttr/subscribe.html index e73ca73..8ddb03b 100644 --- a/app/lttr/templates/lttr/subscribe.html +++ b/app/lttr/templates/lttr/subscribe.html @@ -8,8 +8,8 @@ href="/media/screenv10.css" media="screen"> </head> -<body> - <form action="" method="post" target='_parent' class="generic-form flex newsletter-subscribe">{% csrf_token %} +<body style="margin-left:0"> + <form action="" method="post" target='_parent' class="generic-form flex newsletter-subscribe" style="margin: 1.25rem 0 1rem;">{% csrf_token %} {% for field in form %} <fieldset> {{field.label_tag}} |