mirror of
https://github.com/open-mmlab/mmdeploy.git
synced 2025-01-14 08:09:43 +08:00
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;
|
||
|
}
|