This is an automated email from the ASF dual-hosted git repository. ningjiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git
commit bb995ca4df5f32e2d89875752d330bedf4fd8623 Author: chinx <[email protected]> AuthorDate: Mon Nov 18 20:09:06 2019 +0800 Fix the problem of home page layout --- _sass/custom/_page.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_sass/custom/_page.scss b/_sass/custom/_page.scss index 5202fc1..94d4739 100644 --- a/_sass/custom/_page.scss +++ b/_sass/custom/_page.scss @@ -13,4 +13,7 @@ p, li, dl { font-size: 14px; } + ul li, ol li { + width: 100%; + } }
