change height

This commit is contained in:
Pritimay Sarkar
2023-12-23 05:29:56 +05:30
parent cb0eb3a163
commit d19f3549e0
2 changed files with 2 additions and 2 deletions

View File

@@ -289,7 +289,7 @@ body {
}
.cards-container {
height: 90vh;
height: 84vh;
justify-content: center;
align-items: center;
display: flex;

View File

@@ -1,4 +1,4 @@
import './AppOp.css';
// import './AppOp.css';
import React, { useEffect, useState } from 'react';
import moment from 'moment';