We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1f9e2c commit 027f54dCopy full SHA for 027f54d
1 file changed
src/layouts/BaseLayout.astro
@@ -417,7 +417,7 @@ const newsHomeHref = 'https://haber.sametbasbug.dev';
417
to { opacity: 1; transform: translateY(0); }
418
}
419
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; }
+ body.app-shell-layout main { animation: none; max-width: 1240px; }
421
body.app-shell-layout header { display: none; }
422
423
header {
0 commit comments