From 337ebd6f9ff8f188245f777761b6d182cfd8faf5 Mon Sep 17 00:00:00 2001 From: Alex Muthmann Date: Wed, 6 Nov 2019 00:06:19 +0100 Subject: [PATCH] Add some style --- pwnagotchi/ui/web/static/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pwnagotchi/ui/web/static/css/style.css b/pwnagotchi/ui/web/static/css/style.css index f7237048..86610653 100644 --- a/pwnagotchi/ui/web/static/css/style.css +++ b/pwnagotchi/ui/web/static/css/style.css @@ -42,7 +42,7 @@ form { max-width: 100vw; height: 100%; object-fit: contain; - object-position: 0 0; + object-position: 50% 0; } .buttons-wrapper { @@ -65,4 +65,4 @@ div.status { top: 0; left: 0; width: 100%; -} \ No newline at end of file +}