Skip to content

Commit bb4491a

Browse files
LianaHusAniket-Engg
authored andcommitted
fixing the right margins of images
1 parent 14f9486 commit bb4491a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

libs/remix-ui/home-tab/src/lib/components/homeTabFeatured.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function HomeTabFeatured() {
4040
autoPlaySpeed={15000}
4141
dotListClass="position-relative mt-2"
4242
>
43-
<div className="mx-1 px-1 d-flex">
43+
<div className="mr-1 pr-1 d-flex">
4444
<a href="https://cryptpad.fr/form/#/2/form/view/pV-DdryeJoYUWvW+gXsFaMNynEY7t5mUsgeD1urgwSE/" target="__blank">
4545
<img src={'/assets/img/soliditySurvey2023.webp'} style={{flex: '1', height: '170px', maxWidth: '170px'}} alt=""></img>
4646
</a>
@@ -72,7 +72,7 @@ function HomeTabFeatured() {
7272
</a>
7373
</div>
7474
</div>
75-
<div className="mx-1 px-1 d-flex">
75+
<div className="mr-1 pr-1 d-flex">
7676
<a href="https://medium.com/remix-ide/remix-release-v0-38-0-dccd551b6f1e" target="__blank">
7777
<img src={'assets/img/remi_drums_whatsnew.webp'} style={{flex: '1', height: '170px', maxWidth: '170px'}} alt=""></img>
7878
</a>
@@ -98,7 +98,7 @@ function HomeTabFeatured() {
9898
</a>
9999
</div>
100100
</div>
101-
<div className="mx-1 px-1 d-flex">
101+
<div className="mr-1 pr-1 d-flex">
102102
<a href="https://remix-project.org" target="__blank">
103103
<img src={'assets/img/bgRemi_small.webp'} style={{flex: '1', height: '170px', maxWidth: '170px'}} alt=""></img>
104104
</a>
@@ -119,7 +119,7 @@ function HomeTabFeatured() {
119119
</a>
120120
</div>
121121
</div>
122-
<div className="mx-1 px-1 d-flex">
122+
<div className="mr-1 pr-1 d-flex">
123123
<a href="https://www.youtube.com/@EthereumRemix/videos" target="__blank">
124124
<img src={'/assets/img/YouTubeLogo.webp'} style={{flex: '1', height: '170px', maxWidth: '170px'}} alt=""></img>
125125
</a>
@@ -143,7 +143,7 @@ function HomeTabFeatured() {
143143
</a>
144144
</div>
145145
</div>
146-
<div className="mx-1 px-1 d-flex">
146+
<div className="mr-1 pr-1 d-flex">
147147
<a href="https://docs.google.com/forms/d/e/1FAIpQLSd0WsJnKbeJo-BGrnf7WijxAdmE4PnC_Z4M0IApbBfHLHZdsQ/viewform" target="__blank">
148148
<img src={'/assets/img/remixRewardBetaTester_small.webp'} style={{flex: '1', height: '170px', maxWidth: '170px'}} alt=""></img>
149149
</a>

0 commit comments

Comments
 (0)