From c600ff6b6fa507547da082dcb44b592cb4aedec0 Mon Sep 17 00:00:00 2001 From: Jesse Snyder Date: Tue, 12 Nov 2024 15:53:32 -0700 Subject: [PATCH] update footer to add tos and privacy policy --- web/src/components/Footer/Footer.tsx | 19 ++++++++++++++++++- web/src/styles/index.scss | 2 +- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/web/src/components/Footer/Footer.tsx b/web/src/components/Footer/Footer.tsx index 039ac24..452568e 100644 --- a/web/src/components/Footer/Footer.tsx +++ b/web/src/components/Footer/Footer.tsx @@ -5,7 +5,24 @@ export default function Footer(): React.ReactElement { diff --git a/web/src/styles/index.scss b/web/src/styles/index.scss index 53d3428..3930952 100644 --- a/web/src/styles/index.scss +++ b/web/src/styles/index.scss @@ -51,7 +51,7 @@ body { .is-fullheight-with-navbar-and-footer { // viewport height minus navbar and footer height - min-height: calc(100vh - 85px - 56px); + min-height: calc(100vh - 85px - 96px); } // custom styles for the side tag component