We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7054910 commit 0f244c8Copy full SHA for 0f244c8
src/views/Home/components/Home/Home.tsx
@@ -84,7 +84,7 @@ const Home: FC<React.PropsWithChildren<unknown>> = () => {
84
</StyledTitleContainer>
85
<img src="/images/devBcn-sponsorship.png"
86
alt="DevBcn sponsorship value" width="657"
87
- height="155"/>
+ height="155" style={{aspectRatio:"657:155", maxWidth:"100%"}}/>
88
<StyledTitleContainer color={Color.DARK_BLUE}>
89
<StyledSubtitle>
90
{edition?.trackNumber} tracks with the following
0 commit comments