Justified text alignment

This commit is contained in:
Marcel Kapfer 2021-08-18 22:33:38 +02:00
parent f64f15984e
commit 52b4ace8e8
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ body {
color: $c-font;
font-family: "Raleway", sans-serif;
line-height: 1.5;
text-align: justify;
@media (prefers-color-scheme: dark) {
background-color: $c-bg-inv;