From 5355950c7ba4edb16fb6e7718bf749690554ac17 Mon Sep 17 00:00:00 2001 From: neri Date: Tue, 14 Jan 2020 21:36:47 +0100 Subject: [PATCH] use margin in footer instead of padding --- src/components/footer.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/footer.module.css b/src/components/footer.module.css index 57ecd43..1cd98d7 100644 --- a/src/components/footer.module.css +++ b/src/components/footer.module.css @@ -15,7 +15,7 @@ } a.footerItem { - padding: 0 1rem; + margin: 0 1rem; color: white; text-decoration: none; }