WIP:Bug527-ZhouZhifang #100

Closed
zhouzhifang wants to merge 16 commits from Bug527-ZhouZhifang into master

修复Bug527字体大小等相关问题,调整标题和文章的字体大小

修复Bug527字体大小等相关问题,调整标题和文章的字体大小
zhouzhifang added 16 commits 2023-06-15 16:06:35 +08:00

@zhouzhifang

谢谢。你修改的主要就是 userpage_get.html 吗?

--- 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;
+        }
@zhouzhifang 谢谢。你修改的主要就是 userpage_get.html 吗? ``` --- 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; + } ```

@zhouzhifang

修改以后,段落没有了。所有的东西都在一段了。请修复一下。

@zhouzhifang 修改以后,段落没有了。所有的东西都在一段了。请修复一下。
mrlan closed this pull request 2023-07-08 17:29:06 +08:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mrlan/EnglishPal#100
There is no content yet.