Refactor layout and component structures for improved responsiveness; adjust padding and container classes across multiple components
This commit is contained in:
parent
8f5e28e6fb
commit
ce5d2d29af
8 changed files with 79 additions and 27 deletions
|
@ -4,8 +4,8 @@ import Image from "next/image";
|
|||
|
||||
export function PodcastHero() {
|
||||
return (
|
||||
<section className="relative pt-20 pb-16 md:pt-36 md:pb-24">
|
||||
<div className="container px-4 md:px-6">
|
||||
<section className="relative pt-24 pb-16 lg:pt-36 md:pb-24">
|
||||
<div className="container">
|
||||
<div className="grid gap-6 lg:grid-cols-[1fr_400px] lg:gap-12 xl:grid-cols-[1fr_450px]">
|
||||
<div className="flex flex-col justify-center space-y-4">
|
||||
<div className="space-y-2">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue