mirror of
https://github.com/open-mmlab/mmfewshot.git
synced 2025-06-03 14:49:43 +08:00
7 lines
144 B
CSS
7 lines
144 B
CSS
|
.header-logo {
|
||
|
background-image: url("../image/mmfewshot-logo.png");
|
||
|
background-size: 160px 40px;
|
||
|
height: 40px;
|
||
|
width: 160px;
|
||
|
}
|