diff --git a/assets/main.scss b/assets/main.scss index 4af72c5..81ca844 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -197,8 +197,10 @@ article .post-content p { } .subscription-message-text p { - margin: 20px 5px; + margin: 15px 5px; font-size: 16px; + line-height: 24px; + text-rendering: optimizelegibility !important; } .subscription-message-text { @@ -238,7 +240,7 @@ article .post-content p { } .subscription-message-thumb img { - border: 5px solid #80ae3c; + border: 3px solid #80ae3c; border-radius: 50%; }