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