Skip to content

Commit 0f244c8

Browse files
committed
fix: fixing sponsorship image display in mobile devices
1 parent 7054910 commit 0f244c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/Home/components/Home/Home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const Home: FC<React.PropsWithChildren<unknown>> = () => {
8484
</StyledTitleContainer>
8585
<img src="/images/devBcn-sponsorship.png"
8686
alt="DevBcn sponsorship value" width="657"
87-
height="155"/>
87+
height="155" style={{aspectRatio:"657:155", maxWidth:"100%"}}/>
8888
<StyledTitleContainer color={Color.DARK_BLUE}>
8989
<StyledSubtitle>
9090
{edition?.trackNumber} tracks with the following

0 commit comments

Comments
 (0)