aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2020-07-08 11:42:38 +0200
committert3sserakt <t3ss@posteo.de>2020-07-08 11:42:38 +0200
commit5613d8622f10033513f1cb6f95cd714111c17459 (patch)
treea3cad02a8ed4cf232d36c151043d1bfde556b94f /template
parentd05f10462568b1b5e07ed5b5bfd2a91b19292aaf (diff)
downloadwww-5613d8622f10033513f1cb6f95cd714111c17459.tar.gz
www-5613d8622f10033513f1cb6f95cd714111c17459.zip
fixed groupchat image size
Diffstat (limited to 'template')
-rw-r--r--template/applications.html.j23
1 files changed, 2 insertions, 1 deletions
diff --git a/template/applications.html.j2 b/template/applications.html.j2
index 3dc3fc84..43b0dd2f 100644
--- a/template/applications.html.j2
+++ b/template/applications.html.j2
@@ -173,6 +173,7 @@
173 </div> 173 </div>
174 174
175 </div> 175 </div>
176 <hr/>
176 <div class="row"> 177 <div class="row">
177 <div class="col-lg-6"> 178 <div class="col-lg-6">
178 <section> 179 <section>
@@ -187,7 +188,7 @@
187 </section> 188 </section>
188 </div> 189 </div>
189 <div class="col-lg-4"> 190 <div class="col-lg-4">
190 <center><img style="width: 8em" src="{{ url_static('images/groupchat.png') }}" alt="groupchat" /></center> 191 <center><img style="width: 14em" src="{{ url_static('images/groupchat.png') }}" alt="groupchat" /></center>
191 </div> 192 </div>
192 193
193 </div> 194 </div>