From 5ffdc9c9ea81edf71ca3756a69079ed9e624a501 Mon Sep 17 00:00:00 2001 From: kthoden Date: Mon, 7 Sep 2020 11:47:18 +0200 Subject: [PATCH] Improve info box code --- src/styles/base/typography.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/base/typography.scss b/src/styles/base/typography.scss index 38f62c231..956bba434 100755 --- a/src/styles/base/typography.scss +++ b/src/styles/base/typography.scss @@ -75,6 +75,7 @@ p:last-child { .boxed { background-color: #f4f4f4; padding-bottom: 0.1px; + padding-top: 0.1px; p { margin-left: 30px;