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 }}