aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorra-md <[email protected]>2022-02-07 14:50:40 +0700
committerGitHub <[email protected]>2022-02-07 08:50:40 +0100
commitfab4d5734db83397f13d72993064ef4209814f63 (patch)
treeebad899d0a47df8d43e6da9b77a4e659e1e788a3 /docs
parentb0f55c9c62ef52c37de85a9ad4c17811800540ee (diff)
downloadfaker-fab4d5734db83397f13d72993064ef4209814f63.tar.xz
faker-fab4d5734db83397f13d72993064ef4209814f63.zip
docs: scale the navbar logo up (#419)
Diffstat (limited to 'docs')
-rw-r--r--docs/.vitepress/theme/index.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/.vitepress/theme/index.css b/docs/.vitepress/theme/index.css
index 21bbf494..913d764e 100644
--- a/docs/.vitepress/theme/index.css
+++ b/docs/.vitepress/theme/index.css
@@ -1,3 +1,7 @@
table td * {
display: inline;
}
+
+.nav-bar-title .logo {
+ min-height: 2rem;
+}