Adjusting sizes.

This commit is contained in:
Samuel Clay 2016-11-17 17:44:06 -08:00
parent 087c046e00
commit b5c8c3dce4
2 changed files with 6 additions and 2 deletions

View file

@ -178,7 +178,7 @@
}
.optout {
float: right;
margin: 24px 24px;
margin: 20px 0 0;
}
@media screen and (max-width: 635px) {
@ -357,9 +357,11 @@
<div class="footer-logo">
<a href="http://{% current_domain %}"><img alt="NewsBlur" src="http://{% current_domain %}/media/img/logo_newsblur.png" title="NewsBlur" style="width:176px;height:34px;border: none;"></a>
</div>
{% block optout %}
<div class="optout">
<a href="http://{% current_domain %}{% url "profile-email-optout" %}" style="text-decoration:none;color: #84919B">Opt-out of emails from NewsBlur</a>
</div>
{% endblock %}
</td>
</tr>
<tr>

View file

@ -31,4 +31,6 @@
</p>
</td>
</tr>
{% endblock footer %}
{% endblock footer %}
{% block optout %}{% endblock %}