소스 검색

Minor style change

oobabooga 3 년 전
부모
커밋
995bcfcf5e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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')])