layout: align top tagline bar + newsletter section to max-w-container featured-card edges
This commit is contained in:
@@ -59,11 +59,9 @@ export default function NewsletterSignup() {
|
||||
};
|
||||
|
||||
return (
|
||||
<section
|
||||
className="bg-[#0d1520] border-t border-b border-[#1e3a5f] py-8 md:py-10"
|
||||
aria-labelledby={`${formId}-heading`}>
|
||||
<div className="max-w-container mx-auto px-4">
|
||||
<div className="max-w-2xl mx-auto text-center">
|
||||
<section className="max-w-container mx-auto px-4" aria-labelledby={`${formId}-heading`}>
|
||||
<div className="bg-[#0d1520] border border-[#1e3a5f] py-8 md:py-10">
|
||||
<div className="max-w-2xl mx-auto text-center px-4">
|
||||
{/* Header */}
|
||||
<div className="flex items-center justify-center gap-3 mb-3">
|
||||
<div className="flex-1 h-px bg-[#1e3a5f] max-w-[80px]" />
|
||||
|
||||
Reference in New Issue
Block a user