From 8dc00391fb26ede2cb2b5e00fec7dde4ac4a0611 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Wed, 21 Sep 2022 10:25:49 +0100 Subject: [PATCH] Add margin to menu items --- styles/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/styles/style.css b/styles/style.css index 4a08067..254ab65 100644 --- a/styles/style.css +++ b/styles/style.css @@ -128,7 +128,8 @@ body { position: absolute; background-color: #aac4ee; border: none; - right: 30px; + margin-left: 10px; + margin-right: 10px; cursor: pointer; }