mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-24 05:27:44 +00: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"
|
||||
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}
|
||||
</span>
|
||||
</Flare.Base>
|
||||
|
|
|
|||
Loading…
Reference in a new issue