From bc467a501111310a06dd7d0a909e19838dbdd93a Mon Sep 17 00:00:00 2001 From: Sebastjan Date: Sat, 25 Apr 2026 08:54:05 +0200 Subject: [PATCH] Reduce logo and header proportionally (80px to 56px) --- views/index.ejs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/views/index.ejs b/views/index.ejs index 5ec4e63..c73566b 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -75,7 +75,7 @@ .topnav-inner { max-width: 1400px; margin: 0 auto; - padding: 18px 24px; + padding: 12px 24px; display: flex; align-items: center; justify-content: space-between; @@ -89,13 +89,13 @@ text-decoration: none; } .brand-logo { - height: 80px; + height: 56px; width: auto; display: block; } @media (max-width: 520px) { - .brand-logo { height: 56px; } - .topnav-inner { padding: 14px 16px; } + .brand-logo { height: 40px; } + .topnav-inner { padding: 10px 16px; } } .brand-sep { width: 1px;