journey begins...

This commit is contained in:
hossainemruz 2020-04-12 01:11:53 +06:00
parent 482f1b1e2d
commit 370a30f745
37 changed files with 4805 additions and 0 deletions

View file

@ -0,0 +1,19 @@
.recent-posts .card .card-footer span {
font-size: 10pt;
color: #6c757d !important;
padding-top: 5px;
}
.recent-posts .card .card-footer {
background: #fff;
}
.post-summery {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
/* line-height: 24px; fallback */
max-height: 144px; /* fallback */
-webkit-line-clamp: 5; /* number of lines to show */
-webkit-box-orient: vertical;
}