From 83cba148b48295f137aeb5ed4446912ebdfd40b0 Mon Sep 17 00:00:00 2001 From: Roland Thomas Date: Thu, 3 Aug 2023 18:45:58 -0400 Subject: [PATCH] Adjust logo size --- hugo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hugo.toml b/hugo.toml index 3c84f6e..42118ea 100644 --- a/hugo.toml +++ b/hugo.toml @@ -22,13 +22,13 @@ ShowToc = false [params.label] icon = "/apple-touch-icon.png" text = " " - iconHeight = 45 + iconHeight = 40 [params.gitea] icon = "/gitea_rtj_logo.png" text = "git.rtj.dev" site = "https://git.rtj.dev" - iconHeight = 35 + iconHeight = 30 [params.assets] favicon = "/favicon.ico"