test fix to limit css change to articles only

This commit is contained in:
Vamsi Krishna 2021-06-12 04:14:10 +05:30 committed by GitHub
parent 0dca54c091
commit a70a5976cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -99,7 +99,7 @@ a:hover {
} }
// Make text nicer to read in articles // Make text nicer to read in articles
.content p { .section.content.pt-sm > p {
text-align: justify; text-align: justify;
line-height: 1.8; line-height: 1.8;
font-size: 1.09em; font-size: 1.09em;