diff --git a/app/components/Footer/footer.css b/app/components/Footer/footer.css index 10aaf0a1..235c53b7 100644 --- a/app/components/Footer/footer.css +++ b/app/components/Footer/footer.css @@ -18,4 +18,10 @@ gap: 32px; margin-bottom: 0; } + + .col-5, + .col-4, + .col-3 { + width: 100%; + } }