Test
This commit is contained in:
parent
c9719589c0
commit
0c88c4421e
@ -36,7 +36,7 @@ header nav {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
header nav > * {
|
||||
header nav > *, header nav > .dropdown > *, header nav > .dropdown > .dropdown-content > * {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: row;
|
||||
@ -47,6 +47,8 @@ header nav > * {
|
||||
color: #dfd07a;
|
||||
text-decoration: none;
|
||||
margin: 0 10px;
|
||||
white-space: nowrap;
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
header nav p, header nav a {
|
||||
@ -67,7 +69,6 @@ nav a:hover {
|
||||
position: absolute;
|
||||
background-color: #585a59;
|
||||
min-width: 100px;
|
||||
left: 175px;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user