fix: BLB throne image crop — right center anchor so Bob is visible instead of just skull piles

This commit is contained in:
2026-04-11 15:39:33 -05:00
parent 1bd564c835
commit b4c4845374
+2 -3
View File
@@ -49,8 +49,7 @@ const s = {
} as React.CSSProperties,
featuredImage: {
position: "relative" as const,
aspectRatio: "3/2",
minHeight: "360px",
minHeight: "480px",
} as React.CSSProperties,
featuredBody: {
padding: "48px 40px",
@@ -224,7 +223,7 @@ export default function Characters() {
src="/blb-throne.png"
alt="Bone Lord Bob on his throne"
fill
style={{ objectFit: "cover", objectPosition: "center top" }}
style={{ objectFit: "cover", objectPosition: "right center" }}
sizes="50vw"
priority
/>