Revert "feat: extend page-hero behind fixed header on all pages"
This reverts commit f5ff59b910.
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
let { title, description, children }: Props = $props();
|
let { title, description, children }: Props = $props();
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<section class="relative -mt-16 pt-28 pb-12 md:pb-20 overflow-hidden">
|
<section class="relative py-12 md:py-20 overflow-hidden">
|
||||||
<div class="absolute inset-0 bg-gradient-to-b from-primary/12 via-accent/6 to-transparent"></div>
|
<div class="absolute inset-0 bg-gradient-to-b from-primary/12 via-accent/6 to-transparent"></div>
|
||||||
<div class="relative container mx-auto px-4 text-center">
|
<div class="relative container mx-auto px-4 text-center">
|
||||||
<div class="max-w-5xl mx-auto">
|
<div class="max-w-5xl mx-auto">
|
||||||
|
|||||||
Reference in New Issue
Block a user