diff --git a/components/Footer/Footer.module.css b/components/Footer/Footer.module.css index 787305b..8a41e94 100644 --- a/components/Footer/Footer.module.css +++ b/components/Footer/Footer.module.css @@ -17,7 +17,10 @@ margin: 0; list-style: none; line-height: 1.6; - +} + +.footerList li { + margin: 14px 0 14px 0; } .footerLink, .footerLink:visited { @@ -47,9 +50,11 @@ .footerList { display: flex; flex-direction: row; - justify-content: space-between; + justify-content: space-between; } - + .footerList li { + margin: 0; + } }