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