Use "*-section class" instead of adding new div

This commit is contained in:
hossainemruz 2020-06-30 21:57:20 +06:00
parent a2c41811ab
commit 8d6cbcca21
13 changed files with 115 additions and 128 deletions

View file

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