From 1ec59b0c079d8e12c39d8cc7b3c42df33ce6f12c Mon Sep 17 00:00:00 2001 From: Jeffrey Hales Date: Tue, 9 Jun 2026 00:15:54 -0700 Subject: [PATCH] fix: align article byline elements --- www/src/styles/components.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/src/styles/components.css b/www/src/styles/components.css index ed9aaf8..68a576e 100644 --- a/www/src/styles/components.css +++ b/www/src/styles/components.css @@ -76,7 +76,7 @@ .article-header { padding-block: 4.5rem 0; text-align: left; } .article-header h1 { font-size: clamp(2.3rem, 5vw, 3rem); max-width: 900px; } .article-byline { align-items: center; display: flex; font-size: .9rem; gap: 1rem; } -.article-byline img { border-radius: 50%; height: 52px; width: 52px; } +.article-byline img { margin-top: 0; height: 52px; width: 52px; } .article-featured { height: 480px; margin: 3rem auto 0; max-width: 800px; overflow: hidden; } .article-featured img { height: 100%; margin: 0; object-fit: cover; width: 100%; } .team-intro { padding-block: 4rem; text-align: center; }