This commit is contained in:
parent
c7341a63de
commit
b99c9664eb
1 changed files with 21 additions and 1 deletions
|
@ -4,4 +4,24 @@
|
|||
|
||||
.main .name .clip {
|
||||
font-family: Pacifico, cursive;
|
||||
}
|
||||
}
|
||||
|
||||
.title {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.title span {
|
||||
font-family: Pacifico;
|
||||
font-size: x-large;
|
||||
}
|
||||
|
||||
.search {
|
||||
flex-grow: 1;
|
||||
padding-left: 0;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.DocSearch-Button {
|
||||
margin: auto;
|
||||
width: unset;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue