From 74a879515263e555401bcbd8a419d346e9d81897 Mon Sep 17 00:00:00 2001 From: Steven Hugg Date: Sun, 7 Aug 2022 11:15:36 -0500 Subject: [PATCH] css: increased screen margin --- css/ui.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/ui.css b/css/ui.css index 0e7b5fa6..f3a42d94 100644 --- a/css/ui.css +++ b/css/ui.css @@ -292,9 +292,9 @@ div.emuspacer { padding: 20px; background: #000; margin-top:40px; - margin-left:5%; - margin-right:5%; - width:90%; + margin-left:3%; + margin-right:3%; + width:94%; pointer-events:auto; } .emuvideo:focus {