Fix #8 and layout of products

This commit is contained in:
Víðir Valberg Guðmundsson 2016-05-30 17:59:53 +02:00
parent 878e888219
commit 02edd45b20
2 changed files with 5 additions and 3 deletions

View file

@ -1,5 +1,6 @@
body {
margin-top: 90px;
margin-bottom: 35px;
}
* {
@ -86,6 +87,9 @@ a, a:active, a:focus {
height: 500px;
}
.thumbnail {
height: 330px;
}
/* Footer */
footer {

View file

@ -40,7 +40,7 @@
</h4>
<p>
{{ product.description }}
{{ product.description|truncatechars:30 }}
</p>
<small>
@ -59,6 +59,4 @@
</div>
</table>
{% endblock %}