style: made the paddings and text sizes smaller (#433)

This commit is contained in:
Aaryan Khandelwal 2023-03-14 12:18:14 +05:30 committed by GitHub
parent 3f5bbf336c
commit 0ba81a10f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 75 additions and 101 deletions

View file

@ -82,7 +82,6 @@ const ProjectModules: NextPage = () => {
>
<CreateUpdateModuleModal
isOpen={createUpdateModule}
// handleClose={() => setCreateUpdateModule(false)}
setIsOpen={setCreateUpdateModule}
data={selectedModule}
/>
@ -90,7 +89,7 @@ const ProjectModules: NextPage = () => {
modules.length > 0 ? (
<div className="space-y-5">
<div className="flex flex-col gap-5">
<h3 className="text-3xl font-semibold text-black">Module</h3>
<h3 className="text-3xl font-semibold text-black">Modules</h3>
<div className="grid grid-cols-1 gap-9 md:grid-cols-2 lg:grid-cols-3">
{modules.map((module) => (