fix navbar
This commit is contained in:
parent
8ea9a35c80
commit
b327d6b2d4
|
@ -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 */
|
||||||
|
|
Loading…
Reference in New Issue