Potential fix for #23

This commit is contained in:
Fred Boniface 2022-09-21 21:11:13 +01:00
parent 9acf9598f9
commit 46a210623a
1 changed files with 1 additions and 5 deletions

View File

@ -139,6 +139,7 @@ body {
.nav-bar a.img { .nav-bar a.img {
display: block; display: block;
position: absolute; position: absolute;
max-width: 20px;
right: 0; right: 0;
top: 0; top: 0;
} }
@ -148,11 +149,6 @@ body {
color: black; color: black;
} }
.menu-active {
background: #04AA6D;
color: white;
}
/* Footer Styles */ /* Footer Styles */
footer { footer {