From 14951e5e55565364f60676191cbfeef73be0093f Mon Sep 17 00:00:00 2001 From: Sebastjan Date: Sat, 25 Apr 2026 08:46:57 +0200 Subject: [PATCH] Logo bigger - 80px desktop / 56px mobile --- views/index.ejs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/index.ejs b/views/index.ejs index 175fef8..e033fa4 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -89,12 +89,12 @@ text-decoration: none; } .brand-logo { - height: 56px; + height: 80px; width: auto; display: block; } @media (max-width: 520px) { - .brand-logo { height: 42px; } + .brand-logo { height: 56px; } .topnav-inner { padding: 14px 16px; } } .brand-sep {