Skip to content

Commit ff10665

Browse files
committed
update nav sticky banner ui changes
1 parent 8284a15 commit ff10665

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workspaces/website/src/pages/(components)/NavbarStickyBanner/NavbarStickyBanner.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const NavbarStickyBanner = ({
3838
return (
3939
<ClientOnly>
4040
<Center
41-
px={{ base: 2, xl: "unset" }}
41+
px={{ base: 4, xl: "unset" }}
4242
bgColor="snNavy"
4343
display={isOpen ? "flex" : "none"}
4444
overflow="hidden"
@@ -53,7 +53,7 @@ const NavbarStickyBanner = ({
5353
textAlign={{ base: "left", md: "center" }}
5454
color="white"
5555
_dark={{ color: "snNavy" }}
56-
width={{ base: "unset", sm: "245px" }}
56+
width={{ base: "unset", sm: "245px", md: "unset" }}
5757
>
5858
{text}
5959
</Text>

0 commit comments

Comments
 (0)