Removed all 'text-align: justify;'

This commit is contained in:
BurnyLlama 2022-01-29 11:48:29 +01:00
parent fb26a4bd78
commit 12967f125f
2 changed files with 1 additions and 3 deletions

View File

@ -96,7 +96,6 @@ nav > a:hover {
.service > p { .service > p {
margin: 1rem auto; margin: 1rem auto;
text-align: left;
} }
.buttons { .buttons {

View File

@ -65,7 +65,6 @@ h6 {
p { p {
margin: .5em 0 .25em 0; margin: .5em 0 .25em 0;
text-align: justify;
overflow-wrap: break-word; overflow-wrap: break-word;
} }