diff --git a/website_example/themes/custom.css b/website_example/themes/custom.css index 8c7ce16..e00e35c 100644 --- a/website_example/themes/custom.css +++ b/website_example/themes/custom.css @@ -443,6 +443,8 @@ footer a { backdrop-filter: blur(18px); line-height: 58px; font-size: 14px; + display: flex; + justify-content: center; } #top-bar > .top-bar-shell > div { @@ -456,8 +458,8 @@ footer a { @media (min-width: 992px) { #top-bar { - left: 250px; - padding: 0 22px; + left: 0; + padding: 0; } }