feat: narrowed navbar
This commit is contained in:
@ -33,7 +33,6 @@ const Navbar = () => {
|
||||
h={"100%"}>
|
||||
<Logo title={"Fulfillment & Delivery"} />
|
||||
<Flex
|
||||
mx={"xs"}
|
||||
direction={"column"}
|
||||
justify={"space-between"}
|
||||
h={"100%"}>
|
||||
|
||||
@ -18,7 +18,7 @@ const Logo = ({ title }: Props) => {
|
||||
<Title
|
||||
ta={"center"}
|
||||
order={4}
|
||||
mt={"xs"}>
|
||||
my={"xs"}>
|
||||
LogiDex
|
||||
</Title>
|
||||
{title && (
|
||||
|
||||
Reference in New Issue
Block a user