From bb2d0363e4a0416cbcfeb01a0ab65c9b4ee01138 Mon Sep 17 00:00:00 2001 From: Laugh <2636697181@qq.com> Date: Thu, 15 Jun 2023 15:54:46 +0800 Subject: [PATCH] Feat: update fontsize and margin of some elements --- app/templates/userpage_get.html | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/app/templates/userpage_get.html b/app/templates/userpage_get.html index 68997ef..ce1c5db 100644 --- a/app/templates/userpage_get.html +++ b/app/templates/userpage_get.html @@ -32,6 +32,17 @@ 40%, 60% { transform: translate3d(+4px, 0, 0); } 50% { transform: translate3d(-4px, 0, 0); } } + + .lead{ + font-size: 17px; + font-family: Arial, Helvetica, sans-serif; + } + + .display-5{ + font-size: 30px; + } + +
@@ -49,18 +60,22 @@ {#阅读文章并回答问题
Article added on: {{ today_article["date"] }}
{{ today_article["article_title"] }}
{{ today_article["article_body"] }}
{{ today_article['source'] }}
{{ today_article["article_body"] }}
{{ today_article['source'] }}
{{ today_article['question'] }}