Fix display of covers

This commit is contained in:
2023-03-13 14:54:11 -04:00
parent d071319df4
commit 4867acb30b
3 changed files with 11 additions and 4 deletions

View File

@ -5,7 +5,7 @@
{% block head_extra %}
<style>
.cover {float:left; width:300px; margin-right:10px;}
.cover {float:left; width:150px; margin-right:10px;}
.summary{float:left; width:600px; margin-left:10px;}
</style>
{% endblock %}