From 64b7d5189bb30c5453aa345eec7e8727ab9a89aa Mon Sep 17 00:00:00 2001 From: George Cushen Date: Tue, 26 Jan 2021 21:46:37 +0000 Subject: [PATCH] fix(style): consistency across landing section breakpoints Fix #2123 --- wowchemy/layouts/partials/widget_page.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wowchemy/layouts/partials/widget_page.html b/wowchemy/layouts/partials/widget_page.html index e14d85a1..62a0ad8f 100644 --- a/wowchemy/layouts/partials/widget_page.html +++ b/wowchemy/layouts/partials/widget_page.html @@ -113,12 +113,12 @@
{{ if $st.Title }} {{ if eq $columns "1" }} -
+
{{ with $st.Title }}

{{ . | markdownify | emojify }}

{{ end }} {{ with $st.Params.subtitle }}

{{ . | markdownify | emojify }}

{{ end }}
{{else}} -
+
{{ with $st.Title }}

{{ . | markdownify | emojify }}

{{ end }} {{ with $st.Params.subtitle }}

{{ . | markdownify | emojify }}

{{ end }}