This commit is contained in:
parent
c7341a63de
commit
b99c9664eb
1 changed files with 21 additions and 1 deletions
|
@ -5,3 +5,23 @@
|
||||||
.main .name .clip {
|
.main .name .clip {
|
||||||
font-family: Pacifico, cursive;
|
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