diff --git a/src/components/patterns/Footer/Footer.css b/src/components/patterns/Footer/Footer.css index 14804b7276..e21f39ba2a 100644 --- a/src/components/patterns/Footer/Footer.css +++ b/src/components/patterns/Footer/Footer.css @@ -71,9 +71,11 @@ align-items: center; justify-content: center; gap: var(--space-6); + flex-wrap: wrap; li { display: inline; + flex-shrink: 0; } svg {