Commit 6f66908c authored by tom's avatar tom

Revert "update navidation"

This reverts commit ec3a68ef.
parent ec3a68ef
......@@ -60,7 +60,7 @@ const Page = ({
) : children;
return (
<Flex w="100%" minH="100vh" alignItems="stretch">
<Flex w="100%" minH="100vh" alignItems="flex-start">
<NavigationDesktop/>
<Flex
flexDir="column"
......
......@@ -54,7 +54,6 @@ const NavigationDesktop = () => {
position="relative"
flexDirection="column"
alignItems="stretch"
alignSelf="flex-start"
px={{ lg: isExpanded ? 6 : 4, xl: isCollapsed ? 4 : 6 }}
py={ 12 }
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