Remove justify styles from paragraphs

This commit is contained in:
Campbell Alden 2022-09-14 17:16:16 +09:00
parent 301d2dbfcf
commit 86455e04cf

View file

@ -71,10 +71,6 @@ html, body, p, section, header, article {
letter-spacing: var(--body-font-letter-spacing);
}
p {
text-align: justify;
}
.text-align\:center {
text-align: center !important;
}