fix: 캡차 TOO FREQUENT 해결 + 모바일 반응형 추가
Build and Deploy / deploy-front (push) Successful in 8s
Build and Deploy / deploy-back (push) Successful in 21s

This commit is contained in:
2026-05-19 17:48:56 +09:00
parent 30b4125af7
commit 4b399c0189
2 changed files with 20 additions and 16 deletions
+11
View File
@@ -209,4 +209,15 @@ header h1 { font-size: 1.9rem; color: #1e293b; margin: 0 0 8px; }
.btn-primary:hover:not(:disabled) { background: #2563eb; }
.error-msg { color: #dc2626; font-size: 0.9rem; margin: 8px 0 0; }
.empty { color: #94a3b8; font-size: 0.9rem; margin: 0; text-align: center; padding: 12px 0; }
@media (max-width: 640px) {
.layout { padding: 16px 12px 40px; }
header h1 { font-size: 1.4rem; }
.columns { flex-direction: column; }
.col-left { width: 100%; }
.user-list { max-height: 180px; }
.search-row { flex-direction: column; }
.search-row .btn { width: 100%; }
.card { padding: 14px; }
}
</style>