Refactor global styles and episode card components for improved responsiveness; update border-radius and margin properties, and enhance button styles in podcast hero.

This commit is contained in:
Mobin 2025-03-31 13:37:54 +03:30
parent 6c517172a0
commit e1e3aeb748
3 changed files with 52 additions and 43 deletions

View file

@ -35,9 +35,9 @@ export function PodcastHero() {
<div className="flex flex-col gap-2 min-[400px]:flex-row">
<Button
size="lg"
className="border-parch [&::before]:!size-[12rem] cursor-pointer"
className="!rounded-md border-parch [&::before]:!size-[12rem] cursor-pointer"
>
<div className="border-parch-inner !bg-white text-blue-parch flex items-center p-2 !text-black ![background:white]">
<div className="!rounded-md !gap-2.5 border-parch-inner-btn !bg-white text-blue-parch flex items-center p-2 !text-black ![background:white]">
<span>اکنون گوش کن</span>
<Play className="h-4 w-4" />
</div>