Fix #8 and layout of products
This commit is contained in:
parent
878e888219
commit
02edd45b20
|
@ -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 {
|
||||||
|
|
|
@ -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 %}
|
||||||
|
|
Loading…
Reference in a new issue