mirror of
https://github.com/open-mmlab/mmclassification.git
synced 2025-06-03 21:53:55 +08:00
7 lines
140 B
CSS
7 lines
140 B
CSS
|
.header-logo {
|
||
|
background-image: url("../image/mmcls-logo.png");
|
||
|
background-size: 204px 40px;
|
||
|
height: 40px;
|
||
|
width: 204px;
|
||
|
}
|