Sizing for the projects directory has been corrected.

This commit is contained in:
Kartik sharma 2025-07-09 10:20:32 +05:30
parent 3d8247a27b
commit e3417287d3
2 changed files with 4 additions and 4 deletions

View File

@ -836,7 +836,7 @@ progress {
} }
.row { .row {
--bs-gutter-x: 1.625rem; --bs-gutter-x: 3.625rem;
--bs-gutter-y: 0; --bs-gutter-y: 0;
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;

View File

@ -139,7 +139,7 @@ const ProjectDetails = () => {
} }
case "directory": { case "directory": {
return ( return (
<div className="row"> <div className="row mt-2">
<Directory IsPage={false} prefernceContacts={projectDetails.id} /> <Directory IsPage={false} prefernceContacts={projectDetails.id} />
</div> </div>
); );