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:
parent
6c517172a0
commit
e1e3aeb748
3 changed files with 52 additions and 43 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue