adjusted task card height
This commit was merged in pull request #19.
This commit is contained in:
@@ -2348,14 +2348,16 @@ p {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.appie-single-service {
|
.appie-single-service {
|
||||||
padding: 50px 30px 43px;
|
/* padding: 50px 30px 43px; */
|
||||||
|
padding: 30px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
transition: all linear 0.3s;
|
transition: all linear 0.3s;
|
||||||
}
|
}
|
||||||
@media only screen and (min-width: 992px) and (max-width: 1200px) {
|
@media only screen and (min-width: 992px) and (max-width: 1200px) {
|
||||||
.appie-single-service {
|
.appie-single-service {
|
||||||
padding: 50px 15px 43px;
|
/* padding: 50px 15px 43px; */
|
||||||
|
padding: 30px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.appie-single-service .icon {
|
.appie-single-service .icon {
|
||||||
|
|||||||
@@ -14,7 +14,6 @@
|
|||||||
.boxBorder{
|
.boxBorder{
|
||||||
border-color: aqua;
|
border-color: aqua;
|
||||||
background-color: #f5f6f7 ;
|
background-color: #f5f6f7 ;
|
||||||
height:300px;
|
|
||||||
}
|
}
|
||||||
.appie-loader {
|
.appie-loader {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
|||||||
@@ -64,13 +64,13 @@ titleLen(title){
|
|||||||
var options = { weekday: 'long', year: 'numeric', month: 'long', day: 'numeric' };
|
var options = { weekday: 'long', year: 'numeric', month: 'long', day: 'numeric' };
|
||||||
var postDt = new Date(i.expire).toLocaleDateString("en-US", options);
|
var postDt = new Date(i.expire).toLocaleDateString("en-US", options);
|
||||||
|
|
||||||
return (<div className="col-lg-3 col-md-6">
|
return (<div className="col-md-6 col-xl-3">
|
||||||
<div
|
<div
|
||||||
className="appie-single-service mt-30 wow animated fadeInUp boxBorder d-flex align-items-center"
|
className="appie-single-service container-fluid mt-30 wow animated fadeInUp boxBorder d-flex align-items-center"
|
||||||
data-wow-duration="3000ms"
|
data-wow-duration="3000ms"
|
||||||
data-wow-delay="200ms"
|
data-wow-delay="200ms"
|
||||||
>
|
>
|
||||||
<div className="content d-flex flex-column justify-content-between align-items-center" style={{height: '260px'}}>
|
<div className="content d-flex flex-column justify-content-between" style={{height: '200px', width: '100%'}}>
|
||||||
<div className="titleBox">
|
<div className="titleBox">
|
||||||
<h3 className="title">
|
<h3 className="title">
|
||||||
<a href={dashUrl}>
|
<a href={dashUrl}>
|
||||||
|
|||||||
Reference in New Issue
Block a user