Updated info.md

This commit is contained in:
Prozilla 2023-08-01 19:56:54 +02:00
parent 8a6aa0bae7
commit 27a0c480ad
No known key found for this signature in database
GPG key ID: 5858DFE71CAF31EE
2 changed files with 4 additions and 4 deletions

View file

@ -1,12 +1,12 @@
<img src="/media/Banner2.png" width="100%" height="200" alt="Banner with ProzillaOS' name and logo"/>
<img src="/media/Banner2.png" width="1440" height="700" style="aspect-ratio: 3 / 1; width: 100%; height: auto; object-fit: cover;" alt="Banner with ProzillaOS' name and logo"/>
# Info
This is ProzillaOS, a web-based operating system made with React.js by Prozilla.
This is ProzillaOS, a web-based operating system made with React.js by [Prozilla](https://prozilla.dev/).
## Open Source
ProzillaOS is [open source](https://github.com/Prozilla/Prozilla-OS)! Feel free to fork this project and create your own OS.
ProzillaOS is [open source](https://github.com/Prozilla/Prozilla-OS)! Feel free to fork this project and create your own OS or share feedback by creating an issue on the GitHub page.
## Support ProzillaOS

View file

@ -29,6 +29,6 @@
.View img {
max-width: 100%;
object-fit: cover;
object-fit: contain;
border-radius: 0.5rem;
}