mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
Increase top padding above heading
This commit is contained in:
parent
8f4e924e57
commit
ac2de8961e
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ export function Discover() {
|
||||||
className="rounded-xl relative"
|
className="rounded-xl relative"
|
||||||
style={{ width: "200px", height: "auto" }}
|
style={{ width: "200px", height: "auto" }}
|
||||||
/>
|
/>
|
||||||
<span className="relative items-center justify-center pt-[0.35em] whitespace-normal break-words font-semibold text-white">
|
<span className="relative items-center justify-center pt-2 whitespace-normal break-words font-semibold text-white">
|
||||||
{isTVShow ? media.name : media.title}
|
{isTVShow ? media.name : media.title}
|
||||||
</span>
|
</span>
|
||||||
</Flare.Base>
|
</Flare.Base>
|
||||||
|
|
Loading…
Reference in a new issue