mirror of
https://github.com/open-mmlab/mmdeploy.git
synced 2025-01-14 08:09:43 +08:00
* Add document structure * better zh_cn document * add build example, update requirement * add readme * add usage * fix end of file * fix codebase names, add TODO
8 lines
180 B
CSS
8 lines
180 B
CSS
.header-logo {
|
|
/* TODO: add background-image */
|
|
/* background-image: url("../image/mmcv-logo.png"); */
|
|
background-size: 85px 40px;
|
|
height: 40px;
|
|
width: 85px;
|
|
}
|