From a7fcce4448798a4c35eb2ac73d3133e2b075fe42 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sun, 23 Dec 2018 16:28:15 +0000 Subject: Improve package grid style --- app/templates/packages/view.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'app/templates/packages') diff --git a/app/templates/packages/view.html b/app/templates/packages/view.html index cb0c3ca..71cbbaf 100644 --- a/app/templates/packages/view.html +++ b/app/templates/packages/view.html @@ -13,7 +13,10 @@ background-repeat: no-repeat; background-position: center;">
-

{{ package.title }} by {{ package.author.display_name }}

+

+ {{ package.title }} + by {{ package.author.display_name }} +

{{ package.shortDesc }} -- cgit v1.2.3