Refactor episode cards, footer, podcast hero, player, and subscribe section for improved responsiveness; adjust padding, text sizes, and layout classes
This commit is contained in:
parent
ce5d2d29af
commit
16a13e1d47
5 changed files with 32 additions and 23 deletions
|
@ -6,7 +6,7 @@ export function SubscribeSection() {
|
|||
return (
|
||||
<section className="py-12 md:py-16 lg:py-20 border-b">
|
||||
<div className="container">
|
||||
<div className="mx-auto text-center">
|
||||
<div className="mx-auto max-w-2xl text-center">
|
||||
<div className="flex justify-center">
|
||||
<div className="rounded-full bg-primary/10 p-3">
|
||||
<Headphones className="h-6 w-6 text-primary" />
|
||||
|
@ -27,7 +27,7 @@ export function SubscribeSection() {
|
|||
/>
|
||||
<Button className="bg-parch">
|
||||
مشترک شوید
|
||||
<Mail className="mr-2 h-4 w-4" />
|
||||
<Mail className="md:mr-2 h-4 w-4" />
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue