mirror of
https://github.com/open-mmlab/mmengine.git
synced 2025-06-03 21:54:44 +08:00
10 lines
184 B
CSS
10 lines
184 B
CSS
table.colwidths-auto td {
|
|
width: 50%
|
|
}
|
|
.header-logo {
|
|
background-image: url("../image/mmengine-logo.png");
|
|
background-size: 130px 40px;
|
|
height: 40px;
|
|
width: 130px;
|
|
}
|