From a5e58926fd3686c0049b181bd04747d3a610f555 Mon Sep 17 00:00:00 2001 From: Timo Reymann Date: Fri, 29 Mar 2024 15:04:08 +0100 Subject: [PATCH] fix: Set logo max height as well --- pkg/templating/index.gohtml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkg/templating/index.gohtml b/pkg/templating/index.gohtml index d6e3cea..d5a4636 100644 --- a/pkg/templating/index.gohtml +++ b/pkg/templating/index.gohtml @@ -242,8 +242,9 @@ .overlay--logo { top: 80vh; margin-right: 60px; - max-width: 200px - } + max-width: 200px; + max-height: 130px; +} .overlay--mascot { top: 30vh;