From dc6037ae12b9f0d60723b792d797110b3c12617b Mon Sep 17 00:00:00 2001 From: Helldragon67 Date: Sat, 19 Oct 2024 14:10:44 +0800 Subject: [PATCH] bigger header name size --- assets/css/screen.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/screen.css b/assets/css/screen.css index 5dd9ea1..9c17cbb 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -440,14 +440,14 @@ button.gh-form-input { .gh-navigation-logo { position: relative; - font-size: calc(3rem * var(--factor, 1)); + font-size: calc(3.5rem * var(--factor, 1)); font-weight: 725; letter-spacing: -0.015em; white-space: nowrap; } .gh-navigation-logo img { - max-height: 40px; + max-height: 50px; } .gh-navigation-menu {