diff --git a/assets/global.css b/assets/global.css index bde37971d..4d3d23402 100644 --- a/assets/global.css +++ b/assets/global.css @@ -59,7 +59,7 @@ } .fit { - min-height: calc(100vh - 300px); + min-height: calc(100vh - 88px - 41px); } *, diff --git a/components/core/Footer/Footer.tsx b/components/core/Footer/Footer.tsx index bf31d6128..55f855429 100644 --- a/components/core/Footer/Footer.tsx +++ b/components/core/Footer/Footer.tsx @@ -22,10 +22,6 @@ const Footer: FC = ({ className, pages }) => { return (
-