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 (
|
return (
|
||||||
<section
|
<section className="max-w-container mx-auto px-4" aria-labelledby={`${formId}-heading`}>
|
||||||
className="bg-[#0d1520] border-t border-b border-[#1e3a5f] py-8 md:py-10"
|
<div className="bg-[#0d1520] border border-[#1e3a5f] py-8 md:py-10">
|
||||||
aria-labelledby={`${formId}-heading`}>
|
<div className="max-w-2xl mx-auto text-center px-4">
|
||||||
<div className="max-w-container mx-auto px-4">
|
|
||||||
<div className="max-w-2xl mx-auto text-center">
|
|
||||||
{/* Header */}
|
{/* Header */}
|
||||||
<div className="flex items-center justify-center gap-3 mb-3">
|
<div className="flex items-center justify-center gap-3 mb-3">
|
||||||
<div className="flex-1 h-px bg-[#1e3a5f] max-w-[80px]" />
|
<div className="flex-1 h-px bg-[#1e3a5f] max-w-[80px]" />
|
||||||
|
|||||||
@@ -245,8 +245,8 @@ export default function Header() {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
{/* TOP BAR */}
|
{/* TOP BAR */}
|
||||||
<div className="bg-[#1a2535] border-b border-[#2a3a50]">
|
<div className="max-w-container mx-auto px-4">
|
||||||
<div className="max-w-container mx-auto px-4 h-8 flex items-center justify-between">
|
<div className="bg-[#1a2535] border-b border-[#2a3a50] h-8 flex items-center justify-between">
|
||||||
<p className="text-[#999999] text-xs font-body hidden sm:block">
|
<p className="text-[#999999] text-xs font-body hidden sm:block">
|
||||||
News & Intelligence for Broadcast, Post-Production & Streaming Technology
|
News & Intelligence for Broadcast, Post-Production & Streaming Technology
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user