Adjust card alignment

The cards were slightly off-center, with uneven spacing on the left and right. This commit adjusts the alignment to ensure the cards are centered properly.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-16 06:21:00 +00:00
parent 30c76a2e1a
commit 338d72ffbc
2 changed files with 2 additions and 3 deletions

View File

@@ -173,7 +173,7 @@
/* 데스크탑 화면에서의 추가 스타일 */
@media (min-width: 769px) {
#root {
@apply px-4;
@apply px-0;
}
.desktop-container {