From 31a1741dc3958e761d600102be1d9d5f22497eae Mon Sep 17 00:00:00 2001 From: Andreas Schwarz Date: Sun, 8 Dec 2024 19:29:52 +0100 Subject: [PATCH] smaller margin --- src/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/custom.css b/src/custom.css index fe74330..a3f8c54 100644 --- a/src/custom.css +++ b/src/custom.css @@ -12,7 +12,7 @@ } .sidebar-header-image { - margin: 10%; + margin: 5px; width: 80%; /* Make image responsive within the sidebar */ height: auto; /* Maintain aspect ratio */ } \ No newline at end of file