From d6a56057d8535127065450bddc5c199d57e8457c Mon Sep 17 00:00:00 2001 From: Night Owls Roleplay <85649796+nightowlsrp@users.noreply.github.com> Date: Mon, 13 Dec 2021 22:08:43 -0800 Subject: [PATCH] removed margin-right to just use "right" value Removed margin-right as "right" handles this usage just fine and margin messes with the actual container. --- html/css/main.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/html/css/main.css b/html/css/main.css index 60090d94..15fb9bc5 100644 --- a/html/css/main.css +++ b/html/css/main.css @@ -25,10 +25,9 @@ body { display:none; position: absolute; top: 50%; - right: 0; + right: 25; transform: translate(0, -50%); background: rgba(0,0,0,0.7); - margin-right: 1.5rem; } .header {