Arcangelo Pisa commited on
Commit
1bb3b66
1 Parent(s): 92f6d27

add padding to the second description in template

Browse files
Files changed (1) hide show
  1. newsletter_examples/2.html +1 -1
newsletter_examples/2.html CHANGED
@@ -218,7 +218,7 @@
218
  </div>
219
 
220
  <p
221
- style="font-size: 18px; font-family: 'Georgia', 'Times New Roman', serif; font-style: italic; color: #333; line-height: 1.5; letter-spacing: 0.5px; text-align: left; padding-bottom: 30px;">
222
  ${recommendations} </p>
223
 
224
 
 
218
  </div>
219
 
220
  <p
221
+ style="font-size: 18px; font-family: 'Georgia', 'Times New Roman', serif; font-style: italic; color: #333; line-height: 1.5; letter-spacing: 0.5px; text-align: left; padding-bottom: 30px; margin-top: 30px;">
222
  ${recommendations} </p>
223
 
224