From 0b977264dc7ee9c04733f747af281267ca45275f Mon Sep 17 00:00:00 2001 From: Roan Horning Date: Fri, 18 Jul 2025 23:44:46 -0400 Subject: [PATCH] Minor CSS linting --- public_html/css/hpr.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/public_html/css/hpr.css b/public_html/css/hpr.css index 42177ae..e5e15d1 100644 --- a/public_html/css/hpr.css +++ b/public_html/css/hpr.css @@ -105,12 +105,13 @@ body > header { padding: 0.25rem; background-image: url("/images/main-header-background.png"); color: var(--banner-text-primary); + align-items: center; } body > header > * { margin: 0; padding: 0; flex: 1 1 auto; - padding: 1.5rem; + padding: 0.5rem; } body > main { flex: 1 0 auto; @@ -154,7 +155,7 @@ fieldset, input, textarea, blockquote { - font-family: inherit; + font-family: inherit; color: inherit; background: inherit; } @@ -213,7 +214,7 @@ hr { } audio { - padding: .7em 0em .5em 0em; + padding: 0.7em 0em 0.5em 0em; clear: both; position: relative; z-index: auto;