Skip to content

Commit

Permalink
update nav sticky banner ui changes
Browse files Browse the repository at this point in the history
  • Loading branch information
TalBenAvi committed May 8, 2024
1 parent 8284a15 commit ff10665
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const NavbarStickyBanner = ({
return (
<ClientOnly>
<Center
px={{ base: 2, xl: "unset" }}
px={{ base: 4, xl: "unset" }}
bgColor="snNavy"
display={isOpen ? "flex" : "none"}
overflow="hidden"
Expand All @@ -53,7 +53,7 @@ const NavbarStickyBanner = ({
textAlign={{ base: "left", md: "center" }}
color="white"
_dark={{ color: "snNavy" }}
width={{ base: "unset", sm: "245px" }}
width={{ base: "unset", sm: "245px", md: "unset" }}
>
{text}
</Text>
Expand Down

0 comments on commit ff10665

Please sign in to comment.