diff --git a/bornhack/static_src/css/bornhack.css b/bornhack/static_src/css/bornhack.css index a5180753..3f4cfa3d 100644 --- a/bornhack/static_src/css/bornhack.css +++ b/bornhack/static_src/css/bornhack.css @@ -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 { diff --git a/shop/templates/shop_index.html b/shop/templates/shop_index.html index 5b8516da..d5053847 100644 --- a/shop/templates/shop_index.html +++ b/shop/templates/shop_index.html @@ -40,7 +40,7 @@

- {{ product.description }} + {{ product.description|truncatechars:30 }}

@@ -59,6 +59,4 @@ - - {% endblock %}