commit 4d28538eb0be18e7d1651584f88bc53dddbc3b7a Author: gus gus@torproject.org Date: Tue Aug 31 15:13:55 2021 -0300
Remove extra space --- templates/download.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/download.html b/templates/download.html index f62d8a86..db0c83fb 100644 --- a/templates/download.html +++ b/templates/download.html @@ -1,7 +1,7 @@ <div class="container py-3"> <div class="row"> <div class="col-sm-6"> - <div class="col-md-8 order-1 illo-container "> + <div class="col-md-8 order-1 illo-container"> <img src="{{ '/static/images/download/png/get-connected@3x.png'|asseturl }}" class="center-block" alt="{{ _("Get Connected") }}" /> </div> <h3 class="text-primary">{{ _('Get connected') }}</h3>
tor-commits@lists.torproject.org