summaryrefslogtreecommitdiff
path: root/template/features.html.j2
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-04 14:55:05 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-04 14:55:05 +0100
commit01b9b154dcd96a702c6e7b66348c05618cbb6457 (patch)
tree97c9284bb68908cef600a89b826b37cb6086f378 /template/features.html.j2
parent07d116baa08278fdb50b203cc255a70561166373 (diff)
downloadwww-01b9b154dcd96a702c6e7b66348c05618cbb6457.tar.gz
www-01b9b154dcd96a702c6e7b66348c05618cbb6457.tar.bz2
www-01b9b154dcd96a702c6e7b66348c05618cbb6457.zip
improve responsiveness of web site
Diffstat (limited to 'template/features.html.j2')
-rw-r--r--template/features.html.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/template/features.html.j2 b/template/features.html.j2
index dde5c029..cb3df6e6 100644
--- a/template/features.html.j2
+++ b/template/features.html.j2
@@ -8,7 +8,7 @@
</div>
</div>
<div class="row">
- <div class="col">
+ <div class="col-lg-6">
<p>
{% trans %}
GNU Taler is a <span class="tlr">privacy-preserving</span>
@@ -56,7 +56,7 @@
{% endtrans %}
</p>
</div>
- <div class="col">
+ <div class="col-lg-6">
<img class="img-fluid" src="{{ url_static('images/diagram-simple.png') }}">
</div>
</div>