mirror of
https://github.com/versia-pub/frontend.git
synced 2025-12-06 16:38:20 +01:00
docs: 🐛 Use align instead of center (GitHub support)
This commit is contained in:
parent
c5387dbaaa
commit
9f5108f88c
|
|
@ -1,4 +1,4 @@
|
||||||
<center>
|
<div align="center">
|
||||||
<a href="https://versia.pub">
|
<a href="https://versia.pub">
|
||||||
<picture>
|
<picture>
|
||||||
<source media="(prefers-color-scheme: dark)" srcset="https://cdn.versia.pub/branding/logo-dark.svg">
|
<source media="(prefers-color-scheme: dark)" srcset="https://cdn.versia.pub/branding/logo-dark.svg">
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
<img src="https://cdn.versia.pub/branding/logo-dark.svg" alt="Versia Logo" height="110" />
|
<img src="https://cdn.versia.pub/branding/logo-dark.svg" alt="Versia Logo" height="110" />
|
||||||
</picture>
|
</picture>
|
||||||
</a>
|
</a>
|
||||||
</center>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<h2 align="center">
|
<h2 align="center">
|
||||||
|
|
@ -28,13 +28,13 @@
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
<center>
|
<div align="center">
|
||||||
<picture>
|
<picture>
|
||||||
<source media="(prefers-color-scheme: dark)" srcset="assets/ipad-dark.webp">
|
<source media="(prefers-color-scheme: dark)" srcset="assets/ipad-dark.webp">
|
||||||
<source media="(prefers-color-scheme: light)" srcset="assets/ipad-light.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" />
|
<img alt="Versia-FE screenshot on an iPad Pro" src="assets/ipad-dark.webp" height="400" />
|
||||||
</picture>
|
</picture>
|
||||||
</center>
|
</div>
|
||||||
|
|
||||||
# Features
|
# Features
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue