From 89350ac6df22cd8a214668db20be430c8872bb79 Mon Sep 17 00:00:00 2001 From: Sahil Chalke <109215419+Sahilll15@users.noreply.github.com> Date: Sat, 5 Aug 2023 10:20:57 +0530 Subject: [PATCH] =?UTF-8?q?style:=20aligned=20and=20added=20responsiveness?= =?UTF-8?q?=20=20documentation=20and=20license=20in=E2=80=A6=20(#1964)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * style: aligned and added responsiveness documentation and license in footer * style: makeing the footer responsive --- .gitignore | 3 +++ components/Footer.tsx | 37 +++++++++++++++---------------------- 2 files changed, 18 insertions(+), 22 deletions(-) diff --git a/.gitignore b/.gitignore index 8e5d43d8f..da0d35a8c 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,9 @@ /.pnp .pnp.js +# .vscode +/.vscode + # testing /coverage diff --git a/components/Footer.tsx b/components/Footer.tsx index 2a2e1eacd..ad0c8c4e5 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -79,21 +79,18 @@ function Footer() { return ( + ); }