This is an automated email from the ASF dual-hosted git repository. yumeng pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git
commit b4af400b9639b6f1d1083560677c8953d6489a78 Author: ZiyuTao <[email protected]> AuthorDate: Wed Sep 14 18:29:06 2022 +0800 fix: extra footer thing --- src/pages/index.module.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/pages/index.module.css b/src/pages/index.module.css index ab86cf5fc..d3895c0e9 100644 --- a/src/pages/index.module.css +++ b/src/pages/index.module.css @@ -21,8 +21,4 @@ display: flex; align-items: center; justify-content: center; -} - -footer { - background-color: #292B3F; } \ No newline at end of file
