From e20765e01b99cdc4619c0cbda6c43201bb27ff76 Mon Sep 17 00:00:00 2001 From: aelassas Date: Thu, 2 Jan 2025 17:23:07 +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 {