Removed text-justify: auto from CSS

Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
Louis Vallat 2022-02-02 11:59:37 +01:00
parent 457f0e999a
commit fd122a7529
No known key found for this signature in database
GPG Key ID: 0C87282F76E61283

View File

@ -42,7 +42,6 @@ body {
margin-right: 27vw; margin-right: 27vw;
margin-left: 27vw; margin-left: 27vw;
text-align: justify; text-align: justify;
text-justify: auto;
font-size: 16px; font-size: 16px;
} }