From 70f258ec5cf7d61537e638bc9c689ba148934ee9 Mon Sep 17 00:00:00 2001 From: zepp Date: Thu, 2 Jan 2025 05:43:17 -0500 Subject: [PATCH] header styling --- style/style.css | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/style/style.css b/style/style.css index fe58861..0dd148e 100644 --- a/style/style.css +++ b/style/style.css @@ -113,10 +113,29 @@ header { } header img { - height: 48px; + height: 72px; width: auto; } +header p { + font-size: 1.25rem; + font-weight: bold; +} + +header p:not(:first-child) { + padding-bottom: 0.5rem; +} + +header a { + font-size: 1.25rem; + text-decoration: none; + font-weight: bold; +} + +header a:not(:first-child) { + padding-left: 0.75rem; +} + section { background-color: var(--section-color); padding: 1.25rem;