1
0
Fork 0
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:
Cooper Ransom 2024-04-09 22:27:00 -04:00
parent 8f4e924e57
commit ac2de8961e

View file

@ -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>