13 lines
215 B
CSS
13 lines
215 B
CSS
.logo {
|
|
display: inline-flex;
|
|
z-index: 2;
|
|
}
|
|
|
|
.image {
|
|
display: block;
|
|
width: auto;
|
|
height: auto;
|
|
/* Apple 平台 Athelas 渲染时仍可能需要 fallback */
|
|
font-family: var(--font-athelas, serif);
|
|
}
|