fix(lotto): 모바일 볼 크기 36px→32px 수정

This commit is contained in:
2026-04-23 14:49:06 +09:00
parent 033b89f87d
commit d5ef77ad17

View File

@@ -1175,9 +1175,9 @@
}
.lotto-ball {
width: 36px;
height: 36px;
font-size: 14px;
width: 32px;
height: 32px;
font-size: 13px;
}
.lotto-meta__title {