Skip to content

Commit

Permalink
Update App.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
eaingaran committed Jun 1, 2024
1 parent 784b419 commit f2f6f14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const App = () => {
maxHeight: "100dvh",
width: "100dvw",
flexDirection: "column",
transition: "all 0.3s ease-in-out",
transition: "all 0.1s ease-in-out",
}}
>
<Header />
Expand All @@ -32,7 +32,7 @@ const App = () => {
flexDirection: "column",
alignItems: "center",
overflow: "auto",
transition: "all 0.3s ease-in-out",
transition: "all 0.1s ease-in-out",
}}
>
<Routes />
Expand Down

0 comments on commit f2f6f14

Please sign in to comment.