No changes.

This commit is contained in:
gpt-engineer-app[bot]
2025-03-16 06:04:18 +00:00
parent 55296641c9
commit 2f926e7a65
5 changed files with 27 additions and 10 deletions

View File

@@ -144,6 +144,17 @@
.neuro-input {
@apply neuro-pressed px-4 py-3 w-full focus:outline-none focus:ring-2 focus:ring-neuro-accent/30;
}
/* 모바일 화면에서의 추가 스타일 */
@media (max-width: 768px) {
.neuro-card {
@apply w-full;
}
#root {
@apply p-0;
}
}
}
.font-inter {