fix navbar

This commit is contained in:
AHKAD 2024-09-17 09:41:41 +00:00
parent 8ea9a35c80
commit b327d6b2d4
1 changed files with 3 additions and 1 deletions

View File

@ -8,12 +8,14 @@ body2 {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
background-color: transparent; /* background-color: transparent; */
background-color: rgb(0 0 0 / 17%);
padding: 4px 20px 0px; /* Padding adjustments */ padding: 4px 20px 0px; /* Padding adjustments */
width: auto; width: auto;
} }
.navbar-brand { .navbar-brand {
cursor: pointer;
display: flex; display: flex;
align-items: center; align-items: center;
color: white; /* Set text color to white */ color: white; /* Set text color to white */