From 1f5eed9373af29cd01ac490be221c0b5bf25be7f Mon Sep 17 00:00:00 2001 From: TrymVei Date: Fri, 29 Nov 2024 10:11:12 +0100 Subject: [PATCH] chore: lint --- src/components/navigation/footer/footer_new.module.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/navigation/footer/footer_new.module.css b/src/components/navigation/footer/footer_new.module.css index 42faf389b..06e44ff10 100644 --- a/src/components/navigation/footer/footer_new.module.css +++ b/src/components/navigation/footer/footer_new.module.css @@ -50,7 +50,8 @@ justify-content: space-between; } - @media (min-width: 1408px) {} + @media (min-width: 1408px) { + } } .logo { @@ -95,7 +96,7 @@ gap: 1rem; flex-wrap: wrap; - &>li { + & > li { text-wrap: nowrap; }