auto: 2026-09-22 03:10 (EOMSANGDON-HOME)

This commit is contained in:
2026-09-22 03:10:31 +09:00
parent 323e1d2c3d
commit 6a2925a9ec
8 changed files with 305 additions and 18 deletions
@@ -139,6 +139,19 @@
margin: 0;
}
.m01-master__hint {
display: none;
margin: 0;
color: var(--color-text-muted);
font-size: var(--text-body-sm);
}
@media (max-width: 600px) {
.m01-master__hint {
display: block;
}
}
.m01-master__body {
display: flex;
flex-direction: column;