From d1470a5818dc60498a699347c3ffffd9afb70634 Mon Sep 17 00:00:00 2001 From: yusufipk <50673822-yusufipk@users.noreply.replit.com> Date: Wed, 17 Dec 2025 14:18:56 +0000 Subject: [PATCH] Center all cards properly on the screen for better display Remove absolute positioning from DECard and QuestionCard components to ensure correct centering within their parent containers. Replit-Commit-Author: Agent Replit-Commit-Session-Id: e522d728-b28a-437f-b576-83935afe7ea0 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 44a8db0b-163c-40dd-9168-6e7d7f4fcb07 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/55e426a8-5a2b-421b-8bd4-30481ae0063b/e522d728-b28a-437f-b576-83935afe7ea0/LmuYLyP Replit-Helium-Checkpoint-Created: true --- client/src/components/DECard.tsx | 2 +- client/src/components/QuestionCard.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/DECard.tsx b/client/src/components/DECard.tsx index fc724da..8093c68 100644 --- a/client/src/components/DECard.tsx +++ b/client/src/components/DECard.tsx @@ -67,7 +67,7 @@ export default function DECard({ de, onSwipe, isTop }: DECardProps) { return (