From 2bc44e6f59bcd9c880c9e7aa0c0a5df197e2f329 Mon Sep 17 00:00:00 2001 From: Michael McKeen Date: Thu, 28 Aug 2025 15:23:55 -0400 Subject: [PATCH] Homepage: Padding and spacing adjustments --- assets/css/v2/style.css | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/assets/css/v2/style.css b/assets/css/v2/style.css index 56dd0943..7fe55e00 100644 --- a/assets/css/v2/style.css +++ b/assets/css/v2/style.css @@ -987,7 +987,7 @@ nav { .homepage { --content-max-width: 120rem; - margin: 0 2rem; + margin: 0 0.5rem; line-height: 1.5rem; * { @@ -998,12 +998,12 @@ nav { .homepage-section { display: grid; grid-template-columns: repeat(auto-fit, minmax(0, 500px)); - gap: 1.5rem; + gap: 1rem; justify-content: center; max-width: 100rem; margin: 0 auto; - padding: 1rem; + padding: 2rem 1rem; .headerlink { cursor: default; @@ -1017,10 +1017,6 @@ nav { > * { grid-column: 1 / -1; } - - > p { - grid-column: 1; - } } } @@ -1513,7 +1509,7 @@ nav.sidebar.sidebar__mobile-open { padding: var(--sidebar-item-padding-tb) var(--sidebar-item-padding-lr); margin: 2px 0 2px 0; border-radius: 5px 0 0 5px; - color: oklch(0 0 0 / 0.75); + color: oklch(var(--color-foreground)); text-decoration: none; transition: background-color 0.2s ease,