Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jjinendra3 committed Mar 3, 2024
2 parents 925a702 + c4e33e6 commit cabe0ad
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/components/Bitbox/sdg.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ export default function SDGs() {

>

<a target="_blank" href='https://sdgs.un.org/goals/goal1'>
<Image src= "/goal-01_480.png" w={{base:'100%',md:'60%'}} h={{base:'100%',md:'60%'}} className='image' margin='auto' position={'relative'}/>

</a>
</GridItem>
<GridItem
w={{base:"25vw", md: "13vw"}}
Expand All @@ -50,8 +51,9 @@ export default function SDGs() {

>

<a target="_blank" href='https://sdgs.un.org/goals/goal2'>
<Image src= "/goal-02_480.png" w={{base:'100%',md:'60%'}} h={{base:'100%',md:'60%'}} className='image' margin='auto' position={'relative'}/>

</a>
</GridItem>
<GridItem
w={{base:"25vw", md: "13vw"}}
Expand All @@ -64,8 +66,9 @@ export default function SDGs() {

>

<a target="_blank" href='https://sdgs.un.org/goals/goal3'>
<Image src= "/goal-03_480.png" w={{base:'100%',md:'60%'}} h={{base:'100%',md:'60%'}} className='image' margin='auto' position={'relative'}/>

</a>
</GridItem>
<GridItem
w={{base:"25vw", md: "13vw"}}
Expand Down

0 comments on commit cabe0ad

Please sign in to comment.