fix: viewport for mobile devices, resizing of bierliste image for mobile view

This commit is contained in:
Bernhard Stampfer
2016-05-07 19:53:27 +02:00
parent 2f4ddc84a5
commit fba306db5a
2 changed files with 4 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
{% set title = "Bierliste" %}
{% block content %}
<h1> Bierliste </h1>
<img src="{{ url_for('static', filename='bierliste_small.png') }}">
<img src="{{ url_for('static', filename='bierliste_small.png') }}" style="width:100%;max-width:990px;">
<!-- <table>
<tr>
<th>ID</th>