From 27a0c480ad5c4ee2f9c78aea2518a75b2f286ffa Mon Sep 17 00:00:00 2001 From: Prozilla Date: Tue, 1 Aug 2023 19:56:54 +0200 Subject: [PATCH] Updated info.md --- public/documents/info.md | 6 +++--- .../applications/text-editor/TextEditor.module.css | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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