From 995bcfcf5eae9a285d9c973071f8c142b205da72 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Sat, 18 Feb 2023 22:14:57 -0300 Subject: [PATCH] Minor style change --- modules/html_generator.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/html_generator.py b/modules/html_generator.py index e2edc11d..da9fed7a 100644 --- a/modules/html_generator.py +++ b/modules/html_generator.py @@ -26,10 +26,10 @@ def generate_basic_html(s): padding:3em; } .container p { - font-size: 14px !important; + font-size: 16px !important; color: white !important; - font-family: Helvetica, Arial, sans-serif !important; margin-bottom: 22px; + line-height: 1.4 !important; } """ s = '\n'.join([f'

{line}

' for line in s.split('\n')])