modified projectBanner padding and fontsize.

This commit is contained in:
Pramod Mahajan 2025-04-22 11:03:23 +05:30 committed by Vikas Nale
parent a3a827ed78
commit 7f7f05277a

View File

@ -79,18 +79,18 @@ const ProjectBanner = ( {project_data} ) =>
{/* Project Banner */} {/* Project Banner */}
<div className="col-12"> <div className="col-12">
<div className="card mb-6 pb-0"> <div className="card mb-6 pb-0">
<div className="d-flex align-items-center justify-content-between p-4 flex-wrap"> <div className="d-flex align-items-center justify-content-between p-2 flex-wrap">
{/* Left: Icon + Name */} {/* Left: Icon + Name */}
<div className="d-flex align-items-center gap-3"> <div className="d-flex align-items-center gap-3">
<img <img
src="../../assets/icons/civil-engineering.svg" src="../../assets/icons/civil-engineering.svg"
alt="user image" alt="user image"
className="rounded-3" className="rounded-3"
style={{ width: "60px", height: "60px" }} style={{ width: "40px", height: "40px" }}
/> />
<h4 className="mb-0"> <h5 className="mb-0">
{CurrentProject.name ? CurrentProject.name : "N/A"} {CurrentProject.name ? CurrentProject.name : "N/A"}
</h4> </h5>
</div> </div>
{manageProject && ( {manageProject && (
<button <button