Remove negative letter-spacing for paragraphs (#27590)

This commit is contained in:
Charles Garwood 2023-05-30 12:03:06 -04:00 committed by GitHub
parent 90b906b165
commit e8c3452f54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 6 deletions

View File

@ -77,7 +77,6 @@
}
.content p {
color: rgb(87 87 87);
letter-spacing: -0.02em;
font-weight: 400;
font-size: 1rem;
line-height: 1.5rem;

View File

@ -68,7 +68,6 @@
.guide-content p {
--tw-text-opacity: 1;
color: rgb(87 87 87 / var(--tw-text-opacity));
letter-spacing: -0.02em;
font-weight: 400;
font-size: 1rem;
line-height: 1.5rem;