[Docs] Add mmengine logo in docs (#641)

* [Docs] Add mmengine logo in docs

* Remove generated changelog.md
This commit is contained in:
Zaida Zhou 2022-10-26 14:51:25 +08:00 committed by GitHub
parent c1447734c2
commit 9cd071fb5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,9 @@
table.colwidths-auto td {
width: 50%
}
.header-logo {
background-image: url("../image/mmengine-logo.png");
background-size: 130px 40px;
height: 40px;
width: 130px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 KiB

View File

@ -1,3 +1,9 @@
table.colwidths-auto td {
width: 50%
}
.header-logo {
background-image: url("../image/mmengine-logo.png");
background-size: 130px 40px;
height: 40px;
width: 130px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 KiB