From 58dc25f4176f63ab47605bcc63e51fb9834d888e Mon Sep 17 00:00:00 2001 From: Andrew Gioia Date: Thu, 30 Apr 2026 06:41:59 -0400 Subject: [PATCH] Full name in header on homepage now for small screens --- assets/css/site.css | 12 +++++++----- layouts/_default/baseof.html | 7 +++++-- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/assets/css/site.css b/assets/css/site.css index 48aca4c..c46300e 100644 --- a/assets/css/site.css +++ b/assets/css/site.css @@ -268,10 +268,10 @@ main { display: grid; grid-auto-rows: auto 12rem; justify-items: center; - height: calc(100dvh - 5rem); - max-height: calc(100dvh - 5rem); - max-width: 100dvw; - width: 100dvw; + height: calc(100lvh - 5rem); + max-height: calc(100lvh - 5rem); + max-width: 100lvw; + width: 100lvw; hgroup, aside { @@ -283,7 +283,7 @@ main { hgroup { align-content: end; display: grid; - padding: 4rem 0 0; + padding: 3rem 0 0; .lede { margin: 1rem 0 0; @@ -908,6 +908,8 @@ body#legacy min-height: 860px; > hgroup { + padding-top: 4rem; + .lede { max-width: 80%; } diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index a4471ee..c885128 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -30,8 +30,11 @@