diff --git a/website_example/themes/custom.css b/website_example/themes/custom.css index aeff5ef..f1679a7 100644 --- a/website_example/themes/custom.css +++ b/website_example/themes/custom.css @@ -445,11 +445,11 @@ footer a { font-size: 14px; } -#top-bar div { +#top-bar > .top-bar-shell > div { padding: 0 12px; } -#top-bar div strong, +#top-bar > .top-bar-shell > div strong, #top-bar #statsUpdated { color: var(--text-main); } @@ -920,6 +920,9 @@ footer a .lucide, .top-bar-shell { display: flex; align-items: center; + justify-content: center; + flex-wrap: wrap; + gap: 0; padding: 0 34px; }