From d19f3549e02b14d8e9b66bae7862715bea11e036 Mon Sep 17 00:00:00 2001 From: Pritimay Sarkar Date: Sat, 23 Dec 2023 05:29:56 +0530 Subject: [PATCH] change height --- src/App.css | 2 +- src/AppOp.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.css b/src/App.css index 466b98d..8fb6ef0 100644 --- a/src/App.css +++ b/src/App.css @@ -289,7 +289,7 @@ body { } .cards-container { - height: 90vh; + height: 84vh; justify-content: center; align-items: center; display: flex; diff --git a/src/AppOp.js b/src/AppOp.js index 5fce099..c737a41 100644 --- a/src/AppOp.js +++ b/src/AppOp.js @@ -1,4 +1,4 @@ -import './AppOp.css'; +// import './AppOp.css'; import React, { useEffect, useState } from 'react'; import moment from 'moment';