From c315023b30ea4d0a252d98b93f670314b9cb0232 Mon Sep 17 00:00:00 2001 From: alreadyburnt <81592644+alreadyburnt@users.noreply.github.com> Date: Fri, 9 Apr 2021 03:17:06 +0200 Subject: [PATCH 1/2] blog_by_tag.html: show navbar up to 75rem width --- _layouts/blog_by_tag.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/blog_by_tag.html b/_layouts/blog_by_tag.html index 9601a071..9e5a2a65 100644 --- a/_layouts/blog_by_tag.html +++ b/_layouts/blog_by_tag.html @@ -11,7 +11,7 @@ layout: custom
-
+
From bb347494fa2c1139b2b8fbae726f4253842bf578 Mon Sep 17 00:00:00 2001 From: alreadyburnt <81592644+alreadyburnt@users.noreply.github.com> Date: Fri, 9 Apr 2021 03:18:50 +0200 Subject: [PATCH 2/2] custom.css: full-width cards on mobile view --- css/custom.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/css/custom.css b/css/custom.css index 278cb91b..17069d1b 100644 --- a/css/custom.css +++ b/css/custom.css @@ -1735,7 +1735,10 @@ h2, .info-block h2 { } .center.one-fourth, .right.three-fourths, .left.three-fourths, .left.one-fourth.no-pad-sm, .right.one-fourth.no-pad-sm, .right.half, .left.half, .right.one-third, .left.two-thirds, .left.one-third, .right.two-thirds, .center.one-third { - padding-left: 0; padding-right: 0; + padding-left: 0; + padding-right: 0; + flex-basis: 100%; + max-width: 100%; } .center-1.one-fourth {padding-left: 0.5rem; padding-right: 0;}