diff --git a/front-end/src/components/arena/Match/Competition/CompetitionView.jsx b/front-end/src/components/arena/Match/Competition/CompetitionView.jsx index ab0157d..c8a1bfd 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 7927bb2..0f8d85c 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 {