From b90b7fdd66afbcbea068c91f438716fcd3fce83d Mon Sep 17 00:00:00 2001 From: Papin Nikolai Date: Thu, 15 Aug 2024 09:38:35 +0300 Subject: [PATCH] Footer title line design tweaks --- frontend/src/lib/components/footer.svelte | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/frontend/src/lib/components/footer.svelte b/frontend/src/lib/components/footer.svelte index c003b2c..e6d7c0f 100644 --- a/frontend/src/lib/components/footer.svelte +++ b/frontend/src/lib/components/footer.svelte @@ -153,7 +153,7 @@ bottom: 0; left: 0; height: 2px; - width: 45%; + width: 100px; background-color: var(--col_text_footer); } @@ -199,8 +199,9 @@ } .footer-column-title::after { - left: 28%; - margin: inherit auto; + left: 0; + width: 100%; + max-width: 100%; } }