rmoved resources from nav link and change hero section style

This commit is contained in:
victorAnumudu
2024-03-25 21:19:33 +01:00
parent 94ed2655d1
commit a3aa6c47de
7 changed files with 27 additions and 35 deletions
+2 -2
View File
@@ -28,11 +28,11 @@ let RecentJobsOne = ({jobs}) => {
{jobs.length < 1 ?
null
:
<section className="appie-blog-area pt-90 pb-95">
<section className="appie-blog-area pt-50 pb-50">
<div className="container">
<div className="row">
<div className="col-lg-12">
<div className="appie-section-title text-center">
<div className="appie-section-title text-left">
<h3 className="appie-title">Current Projects</h3>
</div>
</div>