Skip to content

Commit

Permalink
docs: Align logos using the restricted styling available for GitHub r…
Browse files Browse the repository at this point in the history
…eadmes
  • Loading branch information
eemeli committed Oct 8, 2024
1 parent dbb8a42 commit f088599
Showing 1 changed file with 17 additions and 11 deletions.
28 changes: 17 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,23 @@ npm install yaml

The development and maintenance of this library is [sponsored](https://github.com/sponsors/eemeli) by:

<div style="display: flex; justify-content: space-around">

<a href="https://www.scipress.io/">
<img width=150 src="https://eemeli.org/yaml/images/scipress.svg" alt="Scipress" />
</a>

<a href="https://manifest.build/">
<img width=150 src="https://eemeli.org/yaml/images/manifest-d7a58dae.png" alt="Manifest" />
</a>

</div>
<p align="center" width="100%">
<a href="https://www.scipress.io/"
><img
width="150"
align="top"
src="https://eemeli.org/yaml/images/scipress.svg"
alt="Scipress"
/></a>
&nbsp; &nbsp;
<a href="https://manifest.build/"
><img
width="150"
align="top"
src="https://eemeli.org/yaml/images/manifest-d7a58dae.png"
alt="Manifest"
/></a>
</p>

## API Overview

Expand Down

0 comments on commit f088599

Please sign in to comment.