From d47e4d4f394d50f6203e9cdf4f5017333e885b1f Mon Sep 17 00:00:00 2001 From: Ludek <13610612+ludeknovy@users.noreply.github.com> Date: Mon, 10 May 2021 20:41:37 +0200 Subject: [PATCH] font weight, padding (#147) Co-authored-by: Ludek Novy --- src/styles.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/styles.scss b/src/styles.scss index c9f232c5..6ea74e61 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -162,3 +162,8 @@ a:hover { .jtl-table tr th:first-child { padding-left: 2.5rem; } + +.card h6 { + font-weight: 600; + padding-top: 1.25rem; +}