increase height of featured section

pull/4774/head
Joseph Izang 8 months ago
parent 69606b96c9
commit 36a50f0722
  1. 8
      libs/remix-ui/home-tab/src/lib/components/homeTabFeatured.tsx

@ -62,7 +62,7 @@ function HomeTabFeatured() {
</a>
</div>
<a href={releaseDetails.moreLink} target="__blank">
<img src={'assets/img/remi_drums_whatsnew.webp'} style={{ flex: '1', height: '220px', maxWidth: '220px' }} alt=""></img>
<img src={'assets/img/remi_drums_whatsnew.webp'} style={{ flex: '1', height: '320px', maxWidth: '320px' }} alt=""></img>
</a>
</div>
<div className="mr-1 pr-1 d-flex align-items-center justify-content-center h-100">
@ -83,7 +83,7 @@ function HomeTabFeatured() {
</a>
</div>
<a href="https://remix-project.org" target="__blank">
<img src={'assets/img/bgRemi_small.webp'} style={{ flex: '1', height: '220px', maxWidth: '220px' }} alt=""></img>
<img src={'assets/img/bgRemi_small.webp'} style={{ flex: '1', height: '320px', maxWidth: '320px' }} alt=""></img>
</a>
</div>
<div className="mr-1 pr-1 d-flex align-items-center justify-content-center h-100">
@ -107,7 +107,7 @@ function HomeTabFeatured() {
</a>
</div>
<a href="https://www.youtube.com/@EthereumRemix/videos" target="__blank">
<img src={'/assets/img/YouTubeLogo.webp'} style={{ flex: '1', height: '220px', maxWidth: '220px' }} alt=""></img>
<img src={'/assets/img/YouTubeLogo.webp'} style={{ flex: '1', height: '320px', maxWidth: '320px' }} alt=""></img>
</a>
</div>
<div className="mr-1 pr-1 d-flex align-items-center justify-content-center h-100">
@ -131,7 +131,7 @@ function HomeTabFeatured() {
</a>
</div>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSd0WsJnKbeJo-BGrnf7WijxAdmE4PnC_Z4M0IApbBfHLHZdsQ/viewform" target="__blank">
<img src={'/assets/img/remixRewardBetaTester_small.webp'} style={{ flex: '1', height: '220px', maxWidth: '220px' }} alt=""></img>
<img src={'/assets/img/remixRewardBetaTester_small.webp'} style={{ flex: '1', height: '320px', maxWidth: '320px' }} alt=""></img>
</a>
</div>
</Carousel>

Loading…
Cancel
Save