Style tweaks
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 17s

This commit is contained in:
thepaperpilot 2024-06-05 23:37:14 -05:00
parent c7341a63de
commit b99c9664eb

View file

@ -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;
}