From 45300cacf5246a3270d28f2d8194191f5d771550 Mon Sep 17 00:00:00 2001 From: James Ketrenos Date: Mon, 17 Feb 2020 18:41:32 -0800 Subject: [PATCH] Position image in upper left Signed-off-by: James Ketrenos --- src/App.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.css b/src/App.css index 0966b0e..f5c9433 100755 --- a/src/App.css +++ b/src/App.css @@ -242,7 +242,7 @@ button { flex-grow: 1; background-repeat: no-repeat; background-size: contain; - background-position: 0%; + background-position: top left; padding: 0; margin: 0; } @@ -344,4 +344,4 @@ button { .Identities > div:first-child { display:flex; flex-direction:row; -} \ No newline at end of file +}