Compare commits

..

4 Commits

Author SHA1 Message Date
victorAnumudu 3771759ef8 made the heading text centralised 2023-07-02 20:55:52 +01:00
ameye c6d7ffe886 Merge branch 'service-page' of WrenchBoard/WrenchBoardMainSite into master 2023-07-02 12:09:29 +00:00
ameye 20cf996248 Merge branch 'current-job-space-fix' of WrenchBoard/WrenchBoardMainSite into master 2023-07-02 12:09:21 +00:00
victorAnumudu 92e4771768 space bug fixed 2023-07-01 22:07:03 +01:00
2 changed files with 8 additions and 3 deletions
+1
View File
@@ -2505,6 +2505,7 @@ p {
font-weight: 700;
margin-top: 30px;
margin-bottom: 10px;
text-align: center;
}
.appie-single-service-2 a {
font-size: 14px;
+7 -3
View File
@@ -83,12 +83,16 @@ titleLen(title){
<div className="blog-meta">
<ul>
<li className="expire">
{/* <a href={dashUrl}><span className='font_red'> Expires : {postDt} </span></a> */}
<a href={dashUrl}><span className='font_red'> Expires : <CountDownTimer targetDate={postDt}/> </span></a>
<a href={dashUrl} className='d-block'>
<div className='font_red d-flex align-items-start'>
<div className='pr-2'>Expires :</div>
<CountDownTimer targetDate={postDt}/>
</div>
</a>
</li>
</ul>
</div>
<div className='lmoreTxt'>
<div className='lmoreTxt d-flex justify-content-end align-items-center'>
<a href={dashUrl}>
Learn More <i className="fal fa-arrow-right" />
</a>