margin added to offer interest table

This commit was merged in pull request #185.
This commit is contained in:
victorAnumudu
2023-06-18 08:20:29 +01:00
parent cc0e2c2c6b
commit 5c223ba641
@@ -29,7 +29,7 @@ export default function OffersInterestTable({offerInterestList, className}) {
return (
<div
className={`update-table w-full p-8 bg-white dark:bg-dark-white rounded-2xl section-shadow min-h-[520px] ${
className={`update-table w-full my-8 p-8 bg-white dark:bg-dark-white rounded-2xl section-shadow min-h-[520px] ${
className || ""
}`}
>