From 7ee4db3ee4a4081d4d08cd3630c49491c7dbc97f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EA=B7=80=ED=98=84?= Date: Sun, 9 Jun 2024 14:50:57 +0900 Subject: [PATCH] =?UTF-8?q?[fix]=20root=20Css=20=EB=86=92=EC=9D=B4=20?= =?UTF-8?q?=EC=A1=B0=EC=A0=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/arena/Match/Competition/CompetitionView.jsx | 2 +- front-end/src/index.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/front-end/src/components/arena/Match/Competition/CompetitionView.jsx b/front-end/src/components/arena/Match/Competition/CompetitionView.jsx index ab0157db..c8a1bfd4 100644 --- a/front-end/src/components/arena/Match/Competition/CompetitionView.jsx +++ b/front-end/src/components/arena/Match/Competition/CompetitionView.jsx @@ -337,7 +337,7 @@ export default function CompetitionView() { isPlayer={false} className='w-[200px] h-[100px]' /> -
+

{`경과 시간: ${elapsedTime}`}

diff --git a/front-end/src/index.css b/front-end/src/index.css index 7927bb23..0f8d85c3 100644 --- a/front-end/src/index.css +++ b/front-end/src/index.css @@ -3,7 +3,7 @@ @tailwind utilities; #root { - min-height: 735px; + min-height: 860px; margin: 0px; } @@ -13,7 +13,7 @@ body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background-color: #F4F5F1; - min-height: 735px; + min-height: 860px; } /* code {