From 990bdc82dd3d1cbd6b86f9621c3c569b3f46c499 Mon Sep 17 00:00:00 2001 From: asboyer Date: Sat, 14 Feb 2026 11:24:58 -0500 Subject: [PATCH 1/8] fix: reduce blog post font size and line height on mobile Co-Authored-By: Claude Sonnet 4.5 --- _posts/2024-03-01-the-sierra-escape-pt-1.md | 6 ++++++ _sass/_base.scss | 9 +++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/_posts/2024-03-01-the-sierra-escape-pt-1.md b/_posts/2024-03-01-the-sierra-escape-pt-1.md index 5e647f4b..81ce9591 100644 --- a/_posts/2024-03-01-the-sierra-escape-pt-1.md +++ b/_posts/2024-03-01-the-sierra-escape-pt-1.md @@ -21,6 +21,12 @@ authors: font-size: 1.2rem !important; line-height: 2.0 !important; } + @media (max-width: 768px) { + #markdown-content { + font-size: 1.1rem !important; + line-height: 1.8 !important; + } + }

Prologue

diff --git a/_sass/_base.scss b/_sass/_base.scss index b1995d4f..4e27a22d 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -991,8 +991,13 @@ html.transition *:after { } #markdown-content { - font-size: 1.15rem !important; - line-height: 1.8 !important; + font-size: 1.18rem !important; + line-height: 1.7 !important; + + @media (max-width: 768px) { + font-size: 1.075rem !important; + line-height: 1.6 !important; + } } #navbar { From 83399a4c5176cef8cd5a7ce902739a4648962187 Mon Sep 17 00:00:00 2001 From: asboyer Date: Sat, 14 Feb 2026 11:25:03 -0500 Subject: [PATCH 2/8] fix: reduce post list title font size on mobile Co-Authored-By: Claude Sonnet 4.5 --- _sass/_base.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_sass/_base.scss b/_sass/_base.scss index 4e27a22d..d86d8a01 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -571,6 +571,12 @@ footer.sticky-bottom { } } +@media (max-width: 768px) { + .post-list .post-title { + font-size: 1.4rem; + } +} + @media (max-width: 500px) { .post-title { font-size: 2rem; From 4bbd34fbc2ff200ef5a926122245f139fff6ecdd Mon Sep 17 00:00:00 2001 From: asboyer Date: Sat, 14 Feb 2026 11:25:23 -0500 Subject: [PATCH 3/8] fix: stack featured pins full width on mobile Co-Authored-By: Claude Sonnet 4.5 --- _pages/blog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_pages/blog.md b/_pages/blog.md index 737ddb78..6a807e8a 100644 --- a/_pages/blog.md +++ b/_pages/blog.md @@ -72,7 +72,7 @@ pagination: