diff --git a/public/documents/info.md b/public/documents/info.md index 1ec70f8..9810885 100644 --- a/public/documents/info.md +++ b/public/documents/info.md @@ -1,12 +1,12 @@ -Banner with ProzillaOS' name and logo +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 diff --git a/src/components/applications/text-editor/TextEditor.module.css b/src/components/applications/text-editor/TextEditor.module.css index 4c0be28..8281f28 100644 --- a/src/components/applications/text-editor/TextEditor.module.css +++ b/src/components/applications/text-editor/TextEditor.module.css @@ -29,6 +29,6 @@ .View img { max-width: 100%; - object-fit: cover; + object-fit: contain; border-radius: 0.5rem; } \ No newline at end of file