diff --git a/assets/css/codeberg-docs.css b/assets/css/codeberg-docs.css index ed03014..5293757 100644 --- a/assets/css/codeberg-docs.css +++ b/assets/css/codeberg-docs.css @@ -27,7 +27,7 @@ main > .container { display: flex; } #sidebar .sidebar-close-button a:hover { color: red; } article { flex: 99; padding: 50px 0; margin-left: 150px; max-width: 100%; } -article p { text-align: justify; } +article p { hyphens: auto; } article :first-child { margin-top: 0; } article h1 { font-size: 34pt; } diff --git a/content/_includes/contribution_invitation.njk b/content/_includes/contribution_invitation.njk index bfb5b9d..6bd7269 100644 --- a/content/_includes/contribution_invitation.njk +++ b/content/_includes/contribution_invitation.njk @@ -3,8 +3,8 @@

Hey there! 👋 Thank you for reading this article!

- Is there something missing or do you have an idea on how to improve the Documentation?
- Do you want to write an article on your own? + Is there something missing or do you have an idea on how to improve the documentation? + Do you want to write your own article?

You're invited to contribute to the Codeberg Documentation at its source code repository,