UI Changes in Aboutproject.jsx.
This commit is contained in:
parent
fa3ccd28fa
commit
14be5aadda
@ -51,14 +51,14 @@ const AboutProject = () => {
|
|||||||
<>
|
<>
|
||||||
<div className="card mb-6">
|
<div className="card mb-6">
|
||||||
<div className="card-header text-start">
|
<div className="card-header text-start">
|
||||||
<h6 className="card-action-title mb-0">
|
<h6 className="card-action-title mb-0 ps-1">
|
||||||
{" "}
|
{" "}
|
||||||
<i className="fa fa-building rounded-circle text-primary"></i>
|
<i className="fa fa-building rounded-circle text-primary"></i>
|
||||||
<span className="ms-2">Project Profile</span>
|
<span className="ms-2">Project Profile</span>
|
||||||
</h6>
|
</h6>
|
||||||
</div>
|
</div>
|
||||||
<div className="card-body">
|
<div className="card-body">
|
||||||
<ul className="list-unstyled my-3 ps-2">
|
<ul className="list-unstyled my-3 ps-0">
|
||||||
<li className="d-flex mb-3">
|
<li className="d-flex mb-3">
|
||||||
<div className="d-flex align-items-center" style={{ width: '120px' }}> {/* Adjust width as needed for alignment */}
|
<div className="d-flex align-items-center" style={{ width: '120px' }}> {/* Adjust width as needed for alignment */}
|
||||||
<i className="bx bx-cog"></i>
|
<i className="bx bx-cog"></i>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user