Make home page sections dynamic and configurable

This commit is contained in:
hossainemruz 2020-06-28 22:23:33 +06:00
parent 8f99f05a98
commit 9a95163b7d
17 changed files with 227 additions and 177 deletions

View file

@ -1,19 +1,19 @@
.recent-posts .container{
#recent-posts .container{
padding-top: 1rem;
}
.recent-posts .card .card-footer span {
#recent-posts .card .card-footer span {
font-size: 10pt;
color: #6c757d !important;
padding-top: 5px;
}
.recent-posts .card .card-footer {
#recent-posts .card .card-footer {
background: #fff;
margin-top: auto;
}
.recent-posts .post-card-link{
#recent-posts .post-card-link{
text-decoration: none;
}