From 9cf80a4930ebac1bbf3cbfb9860adf5509d96c5a Mon Sep 17 00:00:00 2001 From: dbroqua Date: Tue, 3 Mar 2020 21:38:53 +0100 Subject: [PATCH] Fixed bug about icon position (#2) --- src/App.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/App.css b/src/App.css index c4bed73..124051f 100644 --- a/src/App.css +++ b/src/App.css @@ -1,5 +1,7 @@ .locationIcon { width: 32px; + margin-top: -16px; + margin-left: -16px; } div.react-toast-notifications__container {