Compare commits

..

2 Commits

Author SHA1 Message Date
Fred Boniface 731ef21e4f Change close icon 2022-09-21 10:29:34 +01:00
Fred Boniface da0af4f6a2 Correct margin to menu items 2022-09-21 10:27:09 +01:00
2 changed files with 3 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 820 B

After

Width:  |  Height:  |  Size: 7.5 KiB

View File

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