From 4cb8797f68ac5004cde077b6e73c3fd3e6638335 Mon Sep 17 00:00:00 2001 From: diogo464 Date: Wed, 28 May 2025 20:54:22 +0100 Subject: aligned image with title --- index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.html b/index.html index d1ed677..85fbdb3 100644 --- a/index.html +++ b/index.html @@ -20,6 +20,11 @@ width: auto; } + .logo-container h1 { + margin: 0; + line-height: 1; + } + .file-item { margin-bottom: 1rem; padding: 1rem; -- cgit