rmoved resources from nav link and change hero section style
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user