From 45f0764fa802bccc75b320527f7a18708b7302f4 Mon Sep 17 00:00:00 2001 From: enes Date: Thu, 25 Jul 2024 18:03:03 +0200 Subject: [PATCH] fix: footer padding and responsiveness --- src/components/Footer/Footer.tsx | 85 +++++++++++++++++++------ src/components/Footer/style.module.scss | 27 ++------ 2 files changed, 71 insertions(+), 41 deletions(-) diff --git a/src/components/Footer/Footer.tsx b/src/components/Footer/Footer.tsx index 460f6e0..738db13 100644 --- a/src/components/Footer/Footer.tsx +++ b/src/components/Footer/Footer.tsx @@ -1,24 +1,63 @@ -import { Box, Button, Grid, Link } from '@mui/material' +import { Box, Button, Container, Grid, Link } from '@mui/material' import { Link as RouterLink } from 'react-router-dom' import styles from './style.module.scss' export const Footer = () => (