Skip to content

Commit

Permalink
fix: margin left on content container
Browse files Browse the repository at this point in the history
  • Loading branch information
timoransky committed Oct 8, 2023
1 parent e0ada7f commit 65d431c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function App() {
className={`transition-all duration-200 ${
!isMobile
? `ml-0 ${
!navOpen ? '-mt-5 md:mx-auto lg:mx-auto' : 'md:ml-72 lg:ml-60'
!navOpen ? '-mt-5 md:mx-auto lg:mx-auto' : 'md:ml-72'
}`
: 'ml-0 md:ml-16'
}`}
Expand Down

0 comments on commit 65d431c

Please sign in to comment.