Skip to content

Commit

Permalink
fixing NavbarStickyBanner responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
TalBenAvi committed May 7, 2024
1 parent cbd8907 commit 8284a15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const NavbarStickyBanner = ({
textAlign={{ base: "left", md: "center" }}
color="white"
_dark={{ color: "snNavy" }}
width={{ base: "245px", sm: "unset" }}
width={{ base: "unset", sm: "245px" }}
>
{text}
</Text>
Expand Down

0 comments on commit 8284a15

Please sign in to comment.