From eba01f59ff3719ec3af78474dbe780e55ff09f4a Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Sun, 8 Aug 2021 15:06:17 -0700 Subject: [PATCH] www/index- ensure package cards are all the same size --- www/index.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/index.hbs b/www/index.hbs index 86984ba..7040349 100644 --- a/www/index.hbs +++ b/www/index.hbs @@ -13,7 +13,7 @@ {{this.StarCount}}
{{#if this.license}}{{this.license}}{{else}}No{{/if}} License
-
{{this.description}}
+
{{this.description}} 
{{/each}} @@ -28,7 +28,7 @@ {{version_pkg_stars this}}
{{versionp_str this}}
-
{{version_pkg_description this}}
+
{{version_pkg_description this}} 
{{/each}}