Fix #8 and layout of products
This commit is contained in:
parent
878e888219
commit
02edd45b20
|
@ -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 {
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
</h4>
|
||||
|
||||
<p>
|
||||
{{ product.description }}
|
||||
{{ product.description|truncatechars:30 }}
|
||||
</p>
|
||||
|
||||
<small>
|
||||
|
@ -59,6 +59,4 @@
|
|||
|
||||
</div>
|
||||
|
||||
|
||||
</table>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue