diff --git a/src/components/profile/DataTables/UserProgressTable.js b/src/components/profile/DataTables/UserProgressTable.js index f9f0622..0ae5b68 100644 --- a/src/components/profile/DataTables/UserProgressTable.js +++ b/src/components/profile/DataTables/UserProgressTable.js @@ -164,7 +164,7 @@ const UserProgressTable = ({ session, ndk }) => { emptyMessage="No Courses or Milestones completed" value={prepareProgressData()} header={header} - className="m-2 max-lap:m-0" + className="mt-2 mx-2 max-lap:mx-0" style={{ width: "100%", borderRadius: "8px", border: "1px solid #333", boxShadow: "0 0 10px 0 rgba(0, 0, 0, 0.1)" }} pt={{ wrapper: { diff --git a/src/components/profile/DataTables/UserPurchaseTable.js b/src/components/profile/DataTables/UserPurchaseTable.js index f4fb7ed..01fc23f 100644 --- a/src/components/profile/DataTables/UserPurchaseTable.js +++ b/src/components/profile/DataTables/UserPurchaseTable.js @@ -53,7 +53,7 @@ const UserPurchaseTable = ({ session, windowWidth }) => { emptyMessage="No purchases" value={session.user?.purchased} header={purchasesHeader} - className="m-2 max-lap:m-0 max-lap:mt-2" + className="mt-2 mx-2 max-lap:mx-0" style={{ width: "100%", borderRadius: "8px", border: "1px solid #333", boxShadow: "0 0 10px 0 rgba(0, 0, 0, 0.1)" }} pt={{ wrapper: { diff --git a/src/components/profile/DataTables/UserRelaysTable.js b/src/components/profile/DataTables/UserRelaysTable.js index 802b266..bff22ec 100644 --- a/src/components/profile/DataTables/UserRelaysTable.js +++ b/src/components/profile/DataTables/UserRelaysTable.js @@ -122,7 +122,7 @@ const UserRelaysTable = ({ ndk, userRelays, setUserRelays, reInitializeNDK }) => }; return ( -
Subscribe now and elevate your development journey!