From b0e5712ad882fade459c9c6a250f164f99af2d42 Mon Sep 17 00:00:00 2001 From: Sebastjan Date: Sat, 25 Apr 2026 08:45:08 +0200 Subject: [PATCH] Enlarge topbar logo (34px to 56px) --- views/index.ejs | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/views/index.ejs b/views/index.ejs index 7eb1760..175fef8 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -75,7 +75,7 @@ .topnav-inner { max-width: 1400px; margin: 0 auto; - padding: 14px 24px; + padding: 18px 24px; display: flex; align-items: center; justify-content: space-between; @@ -89,10 +89,14 @@ text-decoration: none; } .brand-logo { - height: 34px; + height: 56px; width: auto; display: block; } + @media (max-width: 520px) { + .brand-logo { height: 42px; } + .topnav-inner { padding: 14px 16px; } + } .brand-sep { width: 1px; height: 24px;