Add margin to menu items

This commit is contained in:
Fred Boniface 2022-09-21 10:25:49 +01:00
parent a726bd1f3b
commit 8dc00391fb
1 changed files with 2 additions and 1 deletions

View File

@ -128,7 +128,8 @@ body {
position: absolute;
background-color: #aac4ee;
border: none;
right: 30px;
margin-left: 10px;
margin-right: 10px;
cursor: pointer;
}