commit cc7a928f382ad7d5f02b1d61e1802040ff94a5c4 Author: hiro hiro@torproject.org Date: Wed Nov 27 14:28:31 2019 +0100
Update footer --- templates/footer.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/templates/footer.html b/templates/footer.html index 6204c9f..d724a48 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -60,7 +60,7 @@ {% endif %} </div> </div> - <div class="col-12 d-flex justify-content-center"> + <div class="col-12 d-flex justify-content-center border"> <div class="col-sm-6 offset-lx-1 offset-md-2 offset-sm-0 mt-5 mt-5 pb-5"> <p class="text-primary-light text-uppercase">{{ _('Subscribe to our Newsletter') }}</p> <p class="text-light">{{ _('Get monthly updates and opportunities from the Tor Project:') }}</p> @@ -96,10 +96,10 @@ <a class="dropdown-item" href="{{ this.path|url(alt=id) }}">{{ item.language }}</a> {% endif %} {% endfor %} - </div> + </div> + </div> </div> </div> - <script src="{{ '/static/js/jquery-3.2.1.min.js'|asseturl }}" ></script> <script src="{{ '/static/js/popper.min.js'|asseturl }}" ></script> <script src="{{ '/static/js/bootstrap.bundle.min.js'|asseturl }}" ></script> @@ -108,3 +108,4 @@ <script src="{{ '/static/js/download.js'|asseturl }}" ></script> <script src="{{ '/static/js/fallback.js'|asseturl }}" ></script> </div> +</div>