Rename -template ids to -section

This commit is contained in:
Jason Tipton 2020-06-29 21:29:39 -08:00
parent 22a7ac40f4
commit a2c41811ab
11 changed files with 24 additions and 24 deletions

View file

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