1
0
Fork 0

Merge pull request 'IMPROVE-WangWeiLong' (#35) from IMPROVE-WangWeiLong into master

Reviewed-on: http://121.4.94.30:3000/mrlan/EnglishPal/pulls/35
Bug412-JiangLetian
mrlan 2022-07-31 09:11:53 +08:00
commit b745da4c90
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ def get_today_article(user_word_list, articleID):
s += '<div class="p-3 mb-2 bg-light text-dark">'
article_title = get_article_title(d['text'])
article_body = get_article_body(d['text'])
s += '<p class="display-3">%s</p>' % (article_title)
s += '<p class="display-5">%s</p>' % (article_title)
s += '<p class="lead"><font id="article" size=2>%s</font></p>' % (article_body)
s += '<p><small class="text-muted">%s</small></p>' % (d['source'])
s += '<p><b>%s</b></p>' % (get_question_part(d['question']))

View File

@ -417,7 +417,7 @@ progress {
}
.lead {
font-size: 1.25rem;
font-size: 2rem;
font-weight: 300
}