From 4347d7424305c83348c624279bc43f07a499a107 Mon Sep 17 00:00:00 2001 From: Pranav Date: Mon, 2 May 2022 05:12:36 +0530 Subject: [PATCH] style: align footer links to improve responsivness --- src/components/Footer/Footer.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/Footer/Footer.css b/src/components/Footer/Footer.css index 7e743f1..e5b8618 100644 --- a/src/components/Footer/Footer.css +++ b/src/components/Footer/Footer.css @@ -10,6 +10,9 @@ ul { list-style-type: none; + display: flex; + flex-direction: column; + align-items: flex-start; } .footer-div1 {