fix: teams upgrade banner on smaller screens (#8786)
* background image fix 📲 * object image position change 🖼 * Duplicate Deleted Field 🎭 --------- Co-authored-by: Peer Richelsen <peeroke@gmail.com>pull/8836/head^2
parent
24dd4002fa
commit
607ef71f9f
|
@ -38,7 +38,7 @@ export function UpgradeTip({
|
|||
<picture className="absolute min-h-[295px] w-full rounded-lg object-cover">
|
||||
<source srcSet={`${background}-dark.jpg`} media="(prefers-color-scheme: dark)" />
|
||||
<img
|
||||
className="absolute min-h-[295px] w-full rounded-lg object-cover"
|
||||
className="absolute min-h-[295px] w-full rounded-lg object-cover object-left md:object-center"
|
||||
src={`${background}.jpg`}
|
||||
loading="lazy"
|
||||
alt={title}
|
||||
|
|
Loading…
Reference in New Issue