File tree Expand file tree Collapse file tree
src/sections/Devrel-platform Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ import InlineQuotes from "../../components/Inline-quotes";
1010import YashSharmaIMg from "../../collections/members/yash-sharma/yash-sharma.webp" ;
1111import NicJacksonImg from "../../collections/members/nicholas-jackson/nic-jackson.webp" ;
1212import RutkIkegahImg from "../../collections/members/ruth-ikegah/ruth-ikegah.jpg" ;
13+
14+
1315const DevrelContentWrapper = styled . div `
1416 min-height: fit-content;
1517 border-width: 2px 2px 2px 2px;
@@ -181,6 +183,9 @@ const DevrelContentWrapper = styled.div`
181183 top: 10.75rem;
182184 left: calc(50% + 2rem);
183185 }
186+ .meshmate-badge {
187+ width: 90%;
188+ }
184189 }
185190 }
186191 }
@@ -210,6 +215,11 @@ const DevrelContentWrapper = styled.div`
210215 top: 8.75rem;
211216 left: calc(50% + 0rem);
212217 }
218+ .meshmate-badge {
219+ width: 90%;
220+ height: 105%;
221+ margin-left: 1rem;
222+ margin-top: 0.6rem;
213223 }
214224 }
215225 }
@@ -334,8 +344,9 @@ const DevrelContent = () => {
334344 </ div >
335345 < div className = "badge-item" >
336346 < img
337- src = "https://badges.layer5.io/assets/badges/meshery/meshery.png"
338- alt = "Meshery Badge"
347+ src = "https://badges.layer5.io/assets/badges/meshmate/meshmate.png"
348+ alt = "Meshmate Badge"
349+ className = "meshmate-badge"
339350 />
340351 </ div >
341352 </ div >
You can’t perform that action at this time.
0 commit comments