Updated info.md
This commit is contained in:
parent
8a6aa0bae7
commit
27a0c480ad
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
# 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
|
## 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
|
## Support ProzillaOS
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -29,6 +29,6 @@
|
||||||
|
|
||||||
.View img {
|
.View img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
object-fit: cover;
|
object-fit: contain;
|
||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue