From 5caab9e3f6fde58c0fc7b09514f02d23f3870bf0 Mon Sep 17 00:00:00 2001 From: edisonxiang Date: Thu, 12 Sep 2019 17:20:41 +0800 Subject: [PATCH] remove br --- content/en/developer.md | 4 +--- themes/project/static/css/custommobile.css | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/content/en/developer.md b/content/en/developer.md index dfa77b9..bcfacc4 100644 --- a/content/en/developer.md +++ b/content/en/developer.md @@ -40,9 +40,7 @@ If you find an issue in a project or have a clear solution for a project, you ar The openEuler community uses [Gitee](https://gitee.com/openeuler) pull requests (PRs) to manage code. You are welcome to submit your contributions to the community through PRs. If you are a beginner, please click [Here] (https://gitee.com/openeuler/community/blob/master/CONTRIBUTING.md#submit-pull-requests) to see how to submit a PR. -Before submitting a PR, you are advised to communicate with related project memberships in advance through any communication channel provided above for quick PR processing. - -
+Before submitting a PR, you are advised to communicate with related project memberships in advance through any communication channel provided above for quick PR processing. ### Suggestions diff --git a/themes/project/static/css/custommobile.css b/themes/project/static/css/custommobile.css index 65eb263..52823ea 100644 --- a/themes/project/static/css/custommobile.css +++ b/themes/project/static/css/custommobile.css @@ -599,7 +599,7 @@ margin-top: 0.5rem; } .action .active_box .active h2 { - font-size: 0.5rem; + font-size: 0.45rem; } .action .active_box .active h2 p { line-height: inherit; -- GitLab