Skip to content

Commit

Permalink
fix: css
Browse files Browse the repository at this point in the history
  • Loading branch information
liukeke-start committed Aug 25, 2022
1 parent ef75227 commit 2bfec53
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions newton-website/src/static/css/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ body {
font-family: 'Ubuntu';
font-size: 16px;
}
dl,
ol,
ul {
margin: 0;
}
}
* {
-webkit-tap-highlight-color: transparent;
Expand Down
1 change: 1 addition & 0 deletions newton-website/src/static/css/community.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.community-html {
@apply bg-grayf7;
overflow: hidden;
.ant-skeleton {
@apply pt-7;
}
Expand Down

0 comments on commit 2bfec53

Please sign in to comment.