From 4cd1e17589f7eb3db932df79cf38f513ba440e02 Mon Sep 17 00:00:00 2001 From: gribse Date: Tue, 20 May 2025 23:39:44 +0200 Subject: [PATCH] Add logo styling to adjust size and maintain aspect ratio --- layouts/home.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/layouts/home.html b/layouts/home.html index 3c50191..320159d 100644 --- a/layouts/home.html +++ b/layouts/home.html @@ -66,6 +66,10 @@ font-size: 3rem; /* Adjust font size as needed */ } + .logo { + width: 50px; /* Adjust logo size */ + height: auto; /* Maintain aspect ratio */ + } .navigation { flex-grow: 3; display: flex;