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';