From 06765c57ea7e8007582cb6dace949f40f894e964 Mon Sep 17 00:00:00 2001 From: Colm Murphy Date: Mon, 23 Jan 2023 10:25:53 +0000 Subject: [PATCH] add logo to footer --- src/components/Footer.module.css | 7 +++++++ src/components/Footer.tsx | 1 + 2 files changed, 8 insertions(+) diff --git a/src/components/Footer.module.css b/src/components/Footer.module.css index c04319a..cfa0e0c 100644 --- a/src/components/Footer.module.css +++ b/src/components/Footer.module.css @@ -22,5 +22,12 @@ footer { } iframe { + display: block; + margin: 2em auto; +} + +.logo { + display: block; margin: 0 auto; + max-width: 90%; } \ No newline at end of file diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 813459e..29557d2 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -36,6 +36,7 @@ const Footer = (): JSX.Element => { + Netsoc )