mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-19 02:12:05 +00:00
fix title sizing
This commit is contained in:
parent
077edd7da8
commit
80577cb0e4
1 changed files with 1 additions and 1 deletions
|
|
@ -540,7 +540,7 @@ function DetailsContent({
|
|||
<img
|
||||
src={data.logoUrl}
|
||||
alt={data.title}
|
||||
className="h-28 max-w-[400px] object-contain drop-shadow-lg bg-transparent"
|
||||
className="max-w-[12rem] md:max-w-[20rem] object-contain drop-shadow-lg bg-transparent"
|
||||
style={{ background: "none" }}
|
||||
/>
|
||||
) : (
|
||||
|
|
|
|||
Loading…
Reference in a new issue