Skip to content

Commit

Permalink
Update Layout.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
ttomczak3 committed Mar 6, 2024
1 parent 23c921a commit cf0e5e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const { pageTitle } = Astro.props;
</head>
<body>
<Header />
<main transition:animate={fade({ duration: '0.4s' })} >
<main transition:animate={fade({ duration: '1s' })} >
<slot />
<Footer />
</main>
Expand Down

0 comments on commit cf0e5e0

Please sign in to comment.