Removed text-align justify, added auto hypens instead

This commit is contained in:
Lucas Hinderberger 2020-08-31 15:26:06 +02:00
parent fbbac5f91d
commit a0071b676b
2 changed files with 3 additions and 3 deletions

View file

@ -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; }

View file

@ -3,8 +3,8 @@
<blockquote>
<p>Hey there! 👋 Thank you for reading this article!</p>
<p>
Is there something missing or do you have an idea on how to improve the Documentation?<br>
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?
</p>
<p>
You're invited to contribute to the Codeberg Documentation at <a href="https://codeberg.org/Codeberg/Documentation">its source code repository</a>,