fix p styling
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Enrico Bühler 2023-06-26 01:35:37 +02:00
parent 0dfa43c4ed
commit ee6e250277

View File

@ -99,6 +99,6 @@ article {
p,
li {
@apply max-w-[600px] mb-6 whitespace-pre-line text-base text-secondary;
@apply max-w-[600px] whitespace-pre-line text-base text-secondary;
line-height: 1.5;
}