Merge branch 'fe-fixed' of https://github.com/arc53/DocsGPT into fe-fixed

pull/125/head
TaylorS15 2 years ago
commit 57cb323387

@ -16,7 +16,7 @@ export default function App() {
/>
<div
className={`transition-all duration-200 ${
navState === 'ACTIVE' ? 'ml-0 md:ml-72 lg:ml-96' : ' ml-0 md:ml-16'
navState === 'ACTIVE' ? 'ml-0 md:ml-72 lg:ml-60' : ' ml-0 md:ml-16'
}`}
>
<Routes>

Loading…
Cancel
Save