Skip to content

Commit

Permalink
docs: 🐛 Use align instead of center (GitHub support)
Browse files Browse the repository at this point in the history
  • Loading branch information
CPlusPatch committed Dec 16, 2024
1 parent c5387db commit 9f5108f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<center>
<div align="center">
<a href="https://versia.pub">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://cdn.versia.pub/branding/logo-dark.svg">
<source media="(prefers-color-scheme: light)" srcset="https://cdn.versia.pub/branding/logo-light.svg">
<img src="https://cdn.versia.pub/branding/logo-dark.svg" alt="Versia Logo" height="110" />
</picture>
</a>
</center>
</div>


<h2 align="center">
Expand All @@ -28,13 +28,13 @@

<br/>

<center>
<div align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="assets/ipad-dark.webp">
<source media="(prefers-color-scheme: light)" srcset="assets/ipad-light.webp">
<img alt="Versia-FE screenshot on an iPad Pro" src="assets/ipad-dark.webp" height="400" />
</picture>
</center>
</div>

# Features

Expand Down

0 comments on commit 9f5108f

Please sign in to comment.