Skip to content

Commit 5335f4b

Browse files
committed
Fixed the sizing of badge
Signed-off-by: Aryan Shah <aryanashah11@gmail.com>
1 parent fcdb0c6 commit 5335f4b

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/sections/Devrel-platform/content.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,9 @@ const DevrelContentWrapper = styled.div`
183183
top: 10.75rem;
184184
left: calc(50% + 2rem);
185185
}
186+
.meshmate-badge {
187+
width: 90%;
188+
}
186189
}
187190
}
188191
}
@@ -212,6 +215,11 @@ const DevrelContentWrapper = styled.div`
212215
top: 8.75rem;
213216
left: calc(50% + 0rem);
214217
}
218+
.meshmate-badge {
219+
width: 90%;
220+
height: 105%;
221+
margin-left: 1rem;
222+
margin-top: 0.6rem;
215223
}
216224
}
217225
}
@@ -338,6 +346,7 @@ const DevrelContent = () => {
338346
<img
339347
src="https://badges.layer5.io/assets/badges/meshmate/meshmate.png"
340348
alt="Meshmate Badge"
349+
className="meshmate-badge"
341350
/>
342351
</div>
343352
</div>

0 commit comments

Comments
 (0)