Skip to content

Commit

Permalink
docs(sponsors): adjust logos size
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalLytek committed Jun 1, 2024
1 parent 742f21e commit aace75e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ It doesn't have a large company that sits behind it - its ongoing development is
| :------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------: |
| [**Live Graphic Systems**](https://www.ligrsystems.com) | [**LifeX Aps**](https://www.joinlifex.com/) | [**instinctools**](https://instinctools.com/manufacturing) | [**VPS Server**](https://www.vpsserver.com) |

| [<img src="./images/nongamstopbets.png" width="50" alt="NonGamstopBets" />](https://www.nongamstopbets.com/casinos-not-on-gamstop/) | [<img src="./images/casinodeps.svg" width="80" alt="CasinoDeps.co.nz" />](https://casinodeps.co.nz/1-dollar-casinos/) | [<img src="./images/non-stop-casino.png" width="60" alt="Non Stop Casino" />](https://uk.nonstopcasino.org/non-gamstop-casinos/) | [<img src="./images/sidesmedia.png" width="60" alt="SidesMedia" />](https://sidesmedia.com/) | [<img src="./images/insfollowpro.png" width="60" alt="Insfollowpro" />](https://insfollowpro.com/) |
| [<img src="./images/nongamstopbets.png" width="50" alt="NonGamstopBets" />](https://www.nongamstopbets.com/casinos-not-on-gamstop/) | [<img src="./images/casinodeps.svg" width="80" alt="CasinoDeps.co.nz" />](https://casinodeps.co.nz/1-dollar-casinos/) | [<img src="./images/non-stop-casino.png" width="50" alt="Non Stop Casino" />](https://uk.nonstopcasino.org/non-gamstop-casinos/) | [<img src="./images/sidesmedia.png" width="50" alt="SidesMedia" />](https://sidesmedia.com/) | [<img src="./images/insfollowpro.png" width="50" alt="Insfollowpro" />](https://insfollowpro.com/) |
| :---------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------: | -------------------------------------------------------------------------------------------------- |
| [**NonGamstopBets**](https://www.nongamstopbets.com/casinos-not-on-gamstop/) | [**CasinoDeps**](https://casinodeps.co.nz/1-dollar-casinos/) | [**Non Stop Casino**](https://uk.nonstopcasino.org/non-gamstop-casinos/) | [**SidesMedia**](https://sidesmedia.com/) | [**Insfollowpro**](https://insfollowpro.com/) |

Expand Down
6 changes: 3 additions & 3 deletions website/pages/en/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -289,15 +289,15 @@ const CollectiveSection = props => (
<span>CasinoDeps</span>
</a>
<a href="https://uk.nonstopcasino.org/non-gamstop-casinos/" target="_blank">
<img src={imgUrl("non-stop-casino.png")} style={{ width: 60 }} />
<img src={imgUrl("non-stop-casino.png")} style={{ width: 50 }} />
<span>Non Stop Casino</span>
</a>
<a href="https://sidesmedia.com/" target="_blank">
<img src={imgUrl("sidesmedia.png")} style={{ width: 60 }} />
<img src={imgUrl("sidesmedia.png")} style={{ width: 50 }} />
<span>SidesMedia</span>
</a>
<a href="https://insfollowpro.com/" target="_blank">
<img src={imgUrl("insfollowpro.png")} style={{ width: 60 }} />
<img src={imgUrl("insfollowpro.png")} style={{ width: 50 }} />
<span>Insfollowpro</span>
</a>
</div>
Expand Down

0 comments on commit aace75e

Please sign in to comment.