From 41cbf28c10115b33848a0fa9c1871b3a7e66c305 Mon Sep 17 00:00:00 2001 From: thomasrosen Date: Sat, 23 Jan 2021 19:37:59 +0100 Subject: [PATCH] added margin to the footer --- src/App.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/App.css b/src/App.css index f9d9e35..75770a3 100644 --- a/src/App.css +++ b/src/App.css @@ -18,6 +18,10 @@ body{ background-color: var(--background); } +footer{ + margin: 10vmin 0 0 0; +} + .App { text-align: center;