From 1e705723c69accfa90ca01397c843f3793cb8a09 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Mon, 6 Aug 2018 15:25:33 +0200 Subject: [PATCH] More space between lines in grid view --- app/assets/stylesheets/my_styles.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/assets/stylesheets/my_styles.scss b/app/assets/stylesheets/my_styles.scss index ffef0cb..3c90e6a 100644 --- a/app/assets/stylesheets/my_styles.scss +++ b/app/assets/stylesheets/my_styles.scss @@ -470,3 +470,8 @@ a.black // border-radius: $alert-callout-subtle-radius; // } // } + +.pkgdescription +{ + margin-bottom: 3rem; +} \ No newline at end of file