This commit is contained in:
syuilo 2022-12-27 18:31:05 +09:00
parent 4f15b6f7c2
commit 5ade7822ac
1 changed files with 10 additions and 0 deletions

View File

@ -156,4 +156,14 @@ export default defineComponent({
}
}
}
@container (max-width: 580px) {
.ssazuxis {
> header {
> .title {
padding: 8px 10px 8px 0;
}
}
}
}
</style>