Commit ec3a68ef authored by tom's avatar tom

update navidation

parent cc8a6f78
...@@ -60,7 +60,7 @@ const Page = ({ ...@@ -60,7 +60,7 @@ const Page = ({
) : children; ) : children;
return ( return (
<Flex w="100%" minH="100vh" alignItems="flex-start"> <Flex w="100%" minH="100vh" alignItems="stretch">
<NavigationDesktop/> <NavigationDesktop/>
<Flex <Flex
flexDir="column" flexDir="column"
......
...@@ -54,6 +54,7 @@ const NavigationDesktop = () => { ...@@ -54,6 +54,7 @@ const NavigationDesktop = () => {
position="relative" position="relative"
flexDirection="column" flexDirection="column"
alignItems="stretch" alignItems="stretch"
alignSelf="flex-start"
px={{ lg: isExpanded ? 6 : 4, xl: isCollapsed ? 4 : 6 }} px={{ lg: isExpanded ? 6 : 4, xl: isCollapsed ? 4 : 6 }}
py={ 12 } py={ 12 }
minH="100vh" minH="100vh"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment