From 2bfec533cda62213c1c309af054bd7e06b33ad64 Mon Sep 17 00:00:00 2001 From: liukeke Date: Thu, 25 Aug 2022 21:04:38 +0800 Subject: [PATCH] fix: css --- newton-website/src/static/css/_base.scss | 5 +++++ newton-website/src/static/css/community.scss | 1 + 2 files changed, 6 insertions(+) diff --git a/newton-website/src/static/css/_base.scss b/newton-website/src/static/css/_base.scss index 9c50704..2d67fd1 100644 --- a/newton-website/src/static/css/_base.scss +++ b/newton-website/src/static/css/_base.scss @@ -37,6 +37,11 @@ body { font-family: 'Ubuntu'; font-size: 16px; } + dl, + ol, + ul { + margin: 0; + } } * { -webkit-tap-highlight-color: transparent; diff --git a/newton-website/src/static/css/community.scss b/newton-website/src/static/css/community.scss index bf8e00e..02ab417 100644 --- a/newton-website/src/static/css/community.scss +++ b/newton-website/src/static/css/community.scss @@ -1,5 +1,6 @@ .community-html { @apply bg-grayf7; + overflow: hidden; .ant-skeleton { @apply pt-7; }