From 0f1dd66b4f0b89e8162010f76f44d41150117441 Mon Sep 17 00:00:00 2001 From: Unknownflow <81907539+Unknownflow@users.noreply.github.com> Date: Tue, 5 Dec 2023 07:23:26 +0000 Subject: [PATCH] search bar is now centered and is smaller than b4 --- styles/App.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/styles/App.css b/styles/App.css index 92a8a8e6..3efb30c0 100644 --- a/styles/App.css +++ b/styles/App.css @@ -55,6 +55,8 @@ body { .sui-layout-header { padding-bottom: 0px; + width: 75%; + margin: auto; } .sui-layout-main-header__inner {