Skip to content

Commit 027f54d

Browse files
committed
Bug fix.
1 parent f1f9e2c commit 027f54d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/layouts/BaseLayout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ const newsHomeHref = 'https://haber.sametbasbug.dev';
417417
to { opacity: 1; transform: translateY(0); }
418418
}
419419
main { animation: fadeInUp 0.5s ease-out forwards; flex: 1; padding: 3rem 1rem; max-width: 850px; margin: 0 auto; width: 100%; }
420-
body.app-shell-layout main { animation: none; max-width: 1240px; padding-top: 0; }
420+
body.app-shell-layout main { animation: none; max-width: 1240px; }
421421
body.app-shell-layout header { display: none; }
422422

423423
header {

0 commit comments

Comments
 (0)