Jelajahi Sumber

Minor style change

oobabooga 3 tahun lalu
induk
melakukan
995bcfcf5e
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      modules/html_generator.py

+ 2 - 2
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'<p>{line}</p>' for line in s.split('\n')])