From 8ff7dd58a22c0c023b182a8ce129632bb9980255 Mon Sep 17 00:00:00 2001 From: dalfuss Date: Wed, 18 Jun 2025 08:30:11 +0200 Subject: [PATCH] fixed logo size --- css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/custom.css b/css/custom.css index 38fb585..a99f4fc 100644 --- a/css/custom.css +++ b/css/custom.css @@ -53,7 +53,7 @@ z-index: 1000; } .logo { - width: 10vw; + width: 5vw; margin: 0 auto; display: block; margin-top: 3em;