From 526376ea2d4877ded0f48b16fa6c05139b387298 Mon Sep 17 00:00:00 2001 From: aelassas Date: Thu, 2 Jan 2025 17:23:01 +0100 Subject: [PATCH] Fix: adjust footer link width for better layout --- frontend/src/assets/css/footer.css | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/assets/css/footer.css b/frontend/src/assets/css/footer.css index 00f38a12b..5ebef0a85 100644 --- a/frontend/src/assets/css/footer.css +++ b/frontend/src/assets/css/footer.css @@ -46,6 +46,7 @@ div.footer ul.links li { list-style: none; cursor: pointer; margin: 10px 0; + width: fit-content; } div.footer ul.links li:hover {