[tor-commits] [community/staging] Update image container

hiro at torproject.org hiro at torproject.org
Fri Jul 5 13:13:31 UTC 2019


commit febe98dd88aac4593d211afe1d0799518b182825
Author: Pili Guerra <pili at piliguerra.com>
Date:   Wed Jun 12 11:39:47 2019 +0200

    Update image container
---
 templates/onion-services.html | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/templates/onion-services.html b/templates/onion-services.html
index 31f2197..c334d9d 100644
--- a/templates/onion-services.html
+++ b/templates/onion-services.html
@@ -1,12 +1,10 @@
 <div class="container py-5">
   <div class="row py-5">
-    <div class="col-8">
+    <div class="col-lg-7">
       {{ this.body }}
     </div>
-    <div class="col-4 bg-light">
-      <div class="illo-container">
-        <img src="/static/images/home/png/{{ this.section_id }}.png" class="img-fluid" alt="{{ this.section }}" />
-      </div>
+    <div class="col-lg-5">
+      <img src="/static/images/home/png/{{ this.section_id }}.png" class="img-fluid" alt="{{ _(this.section) }}" />
     </div>
   </div>
   <a href="{{ this.path|url }}overview/"><h2 class="text-primary"><u>{{ _('Learn more about onion services here') }}





More information about the tor-commits mailing list