T est2
This commit is contained in:
parent
0c88c4421e
commit
7c1f18072c
@ -36,7 +36,7 @@ header nav {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
header nav > *, header nav > .dropdown > *, header nav > .dropdown > .dropdown-content > * {
|
header nav > * {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
@ -44,9 +44,12 @@ header nav > *, header nav > .dropdown > *, header nav > .dropdown > .dropdown-c
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
color: #dfd07a;
|
|
||||||
text-decoration: none;
|
|
||||||
margin: 0 10px;
|
margin: 0 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
header nav > *, header nav > .dropdown > *, header nav > .dropdown > .dropdown-content > * {
|
||||||
|
color: #dfd07a !important;
|
||||||
|
text-decoration: none;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user