From da0af4f6a2ad51e6817f9dd9ef62cbcd688bb2ac Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Wed, 21 Sep 2022 10:27:09 +0100 Subject: [PATCH] Correct margin to menu items --- styles/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/styles/style.css b/styles/style.css index 254ab65..59b7db3 100644 --- a/styles/style.css +++ b/styles/style.css @@ -128,8 +128,7 @@ body { position: absolute; background-color: #aac4ee; border: none; - margin-left: 10px; - margin-right: 10px; + right: 30px; cursor: pointer; } @@ -144,6 +143,8 @@ body { padding: 3px; padding-left: 8px; padding-right: 8px; + margin-left: 10px; + margin-right: 10px; cursor: pointer; }