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 { body {
margin-top: 90px; margin-top: 90px;
margin-bottom: 35px;
} }
* { * {
@ -86,6 +87,9 @@ a, a:active, a:focus {
height: 500px; height: 500px;
} }
.thumbnail {
height: 330px;
}
/* Footer */ /* Footer */
footer { footer {

View file

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