Add search engine
This commit is contained in:
parent
928e3afebd
commit
484a540327
4 changed files with 22 additions and 13 deletions
|
|
@ -358,6 +358,7 @@ nav {
|
|||
display: flex;
|
||||
flex-direction: row;
|
||||
gap: 30px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
nav ul {
|
||||
|
|
@ -365,6 +366,10 @@ nav ul {
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
nav ul:nth-child(2) {
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
nav a {
|
||||
color: var(--link-color);
|
||||
}
|
||||
|
|
@ -493,3 +498,6 @@ hr {
|
|||
margin-top: 40px;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
.stork-close-button {
|
||||
position: inherit;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue