From 74253486280c2cfba04013fd11be1f159ce1af44 Mon Sep 17 00:00:00 2001 From: Lam Nguyen Date: Tue, 21 Oct 2025 13:37:38 -0700 Subject: [PATCH 1/4] Content: Adjust horizontal spacing for readability --- assets/css/v2/style.css | 3 ++- layouts/partials/banner.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/assets/css/v2/style.css b/assets/css/v2/style.css index 8df30a83..ddf34119 100644 --- a/assets/css/v2/style.css +++ b/assets/css/v2/style.css @@ -442,7 +442,7 @@ ol li:last-child { } } .content { - padding: 0 var(--space-l) 2rem; + padding: 0 var(--space-2xl) 2rem; } .header__logo-small { @@ -1857,6 +1857,7 @@ a:hover { display: flex; flex-direction: row; gap: 1rem; + word-break: break-word; align-items: flex-start; color: oklch(var(--color-brand)); diff --git a/layouts/partials/banner.html b/layouts/partials/banner.html index 875b096e..524dad2b 100644 --- a/layouts/partials/banner.html +++ b/layouts/partials/banner.html @@ -10,7 +10,7 @@ {{- if isset . "md" -}} {{- $bannerPage := readFile .md -}} -