Fixed sizing of image at sidebar top, changed sidebar colour to white. Dropdown menu not included

This commit is contained in:
J-Lennox10
2023-03-16 17:58:55 +00:00
parent 2cdf7888c9
commit 33c2bbb832
3 changed files with 27 additions and 21 deletions

View File

@ -40,7 +40,7 @@ export default {
position: absolute;
height: 80%;
width: 100%;
color: white;
color: rgb(0, 0, 0);
}
#headerImage{
@ -54,7 +54,7 @@ export default {
#xButton{
font-size: 80%;
font-family: Georgia;
color: white;
color: rgb(0, 0, 0);
position: absolute;
top:10px;
right:10px;