From b99c9664ebf8d2b6273d1bc057134e8098a42ab0 Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Wed, 5 Jun 2024 23:37:14 -0500 Subject: [PATCH] Style tweaks --- site/.vitepress/theme/custom.css | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/site/.vitepress/theme/custom.css b/site/.vitepress/theme/custom.css index ab669182..9bf4f9ac 100644 --- a/site/.vitepress/theme/custom.css +++ b/site/.vitepress/theme/custom.css @@ -4,4 +4,24 @@ .main .name .clip { font-family: Pacifico, cursive; -} \ No newline at end of file +} + +.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; +}