From c4445a2028be7be2fa11cb67c5b72a56f4676871 Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Sun, 22 Aug 2021 17:01:03 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Fix=20lead=20text=20color=20miss?= =?UTF-8?q?ing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/compiled/main.css | 14 +++++++++----- layouts/shortcodes/lead.html | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index c5d3459b..bc17f507 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -2039,6 +2039,10 @@ body a, body button { margin-top: 1.5rem; } +.-mt-2 { + margin-top: -0.5rem; +} + .ml-2 { margin-left: 0.5rem; } @@ -2366,16 +2370,16 @@ body a, body button { line-height: 1.75rem; } -.text-sm { - font-size: 0.875rem; - line-height: 1.25rem; -} - .text-xs { font-size: 0.75rem; line-height: 1rem; } +.text-sm { + font-size: 0.875rem; + line-height: 1.25rem; +} + .text-\[0\.6rem\] { font-size: 0.6rem; } diff --git a/layouts/shortcodes/lead.html b/layouts/shortcodes/lead.html index b01563ce..4d68d99c 100644 --- a/layouts/shortcodes/lead.html +++ b/layouts/shortcodes/lead.html @@ -1,3 +1,3 @@ -
+
{{ .Inner }}