From c2bae1a62fd6bd1cfc879073d2fa9a240d9779b6 Mon Sep 17 00:00:00 2001 From: thomic Date: Mon, 13 Jan 2025 00:09:05 +0100 Subject: [PATCH] fixing logo sizing --- configs/conferences/knowledgecamp25/main.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configs/conferences/knowledgecamp25/main.less b/configs/conferences/knowledgecamp25/main.less index c2750982..3de4dace 100644 --- a/configs/conferences/knowledgecamp25/main.less +++ b/configs/conferences/knowledgecamp25/main.less @@ -27,10 +27,10 @@ h1 { color: @dark; } nav .navbar-brand .icon { background-image: url(knowledgecamp-simple.svg); - margin-top: -1.5em; - background-size: 100px 100px; - width: 100px; - height: 100px; + margin-top: -0.75em; + background-size: 50px 50px; + width: 50px; + height: 50px; } img.knowledgecamplogo {