commit febe98dd88aac4593d211afe1d0799518b182825 Author: Pili Guerra pili@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') }}