From 1063125293ec62f9c322ceb7a4ddc6396001b819 Mon Sep 17 00:00:00 2001 From: ayberktandogan Date: Fri, 10 Jul 2020 17:57:18 +0300 Subject: [PATCH] =?UTF-8?q?Hata=20d=C3=BCzeltmesi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/footer/footer.js | 34 ++++++++++++++++++--------------- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/src/components/footer/footer.js b/src/components/footer/footer.js index b08b243..283ee30 100644 --- a/src/components/footer/footer.js +++ b/src/components/footer/footer.js @@ -7,8 +7,10 @@ import Typography from '@material-ui/core/Typography' import FooterItems from '../../config/footer_items' const useStyles = makeStyles(theme => ({ - FooterInnerDiv: { + FooterDiv: { padding: `${theme.spacing(2)}px`, + }, + FooterInnerDiv: { display: "flex", flexWrap: "wrap" }, @@ -30,20 +32,22 @@ export default function Footer() { return ( <>