From 09a201759bb327a889cf017d5f3c49f8258713c1 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sat, 22 Dec 2018 12:36:49 +0000 Subject: Improve card and user profile formatting --- app/scss/custom.scss | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'app/scss') diff --git a/app/scss/custom.scss b/app/scss/custom.scss index 6663485..559fea8 100644 --- a/app/scss/custom.scss +++ b/app/scss/custom.scss @@ -3,6 +3,10 @@ @import "packagegrid.scss"; @import "comments.scss"; +.dropdown-menu { + margin-top: 0; +} + .dropdown:hover .dropdown-menu { display: block; } @@ -21,6 +25,10 @@ text-decoration: none; } +.card .table { + margin-bottom: 0; +} + .btn-download { color: #fff; background-color: #00b05c; -- cgit v1.2.3