Skip to content

Commit fe766b3

Browse files
authored
Merge pull request #1546 from thunderstore-io/09-17-ensure_community_hero_image_is_full_width
Ensure community hero image is full width
2 parents b66eb76 + 7f360e2 commit fe766b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/cyberstorm-remix/app/c/Community.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@
3232
transition: height 2s;
3333

3434
> img {
35+
width: 100%;
36+
height: 100%;
3537
border-radius: 0.5rem;
38+
object-fit: cover;
3639
background: var(--color-ui-surface-1);
3740
opacity: 0.8;
3841
}

0 commit comments

Comments
 (0)