From d37b9f2840cda9e0df7624acfcd1be08bdbb7ec6 Mon Sep 17 00:00:00 2001 From: Param Choudhary <69947192+Paramchoudhary@users.noreply.github.com> Date: Sun, 29 Aug 2021 19:12:12 +0530 Subject: [PATCH] I add css to footer --- 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 c1eedd63f..c3de68a9c 100644 --- a/src/components/footer/Footer.css +++ b/src/components/footer/Footer.css @@ -11,3 +11,6 @@ margin-top: 2rem; padding-bottom: 1rem; } +.copy{ + text-align : center; +}