changed read_comic page width to auto to make better use of space.

margins were way too wide. and we could use that space on tablets.
This commit is contained in:
2015-07-29 17:25:20 +01:00
parent a2f11c6ba3
commit 231fcb4c27
3 changed files with 7 additions and 3 deletions

View File

@@ -52,9 +52,9 @@
<li><a href="/">Home</a></li>
{% endblock %}
</ol>
<div class="container">
{% block content %}{% endblock %}
</div>
<!-- /.container -->
<footer class="footer">

View File

@@ -10,6 +10,7 @@
{% endfor %}
{% endblock %}
{% block content %}
<div class="container comic_box">
<center>
<br/>
{% if nav.q_next_to_directory %}
@@ -53,4 +54,5 @@
{% endif %}
</div>
</center>
</div>
{% endblock %}