fix: BLB throne image position + mobile responsive for featured card
- objectPosition: right center so BLB figure (right side of image) is in frame - Drop aspect-ratio constraint on featuredImage, use minHeight: 480px instead - Add responsive style block: mobile <640px stacks to 1 col, shorter image height - Add className hooks for mobile overrides (blb-featured-card/image/body)
This commit is contained in:
@@ -228,7 +228,7 @@ export default function Characters() {
|
||||
priority
|
||||
/>
|
||||
</div>
|
||||
<div style={s.featuredBody}>
|
||||
<div style={s.featuredBody} className="blb-featured-body">
|
||||
<span style={s.eyebrow}>The Protagonist</span>
|
||||
<div style={{ ...s.cardName, fontSize: "2rem", marginBottom: "12px" }}>
|
||||
Bone Lord Bob
|
||||
|
||||
Reference in New Issue
Block a user