fix navbar
This commit is contained in:
parent
8ea9a35c80
commit
b327d6b2d4
|
@ -8,12 +8,14 @@ body2 {
|
|||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
background-color: transparent;
|
||||
/* background-color: transparent; */
|
||||
background-color: rgb(0 0 0 / 17%);
|
||||
padding: 4px 20px 0px; /* Padding adjustments */
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.navbar-brand {
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
color: white; /* Set text color to white */
|
||||
|
|
Loading…
Reference in New Issue