Add content sections to trending feed

This commit is contained in:
syeopite 2021-05-08 06:07:30 -07:00
parent bbfbe70930
commit e485bc2ef3
No known key found for this signature in database
GPG key ID: 6FA616E5A5294A82
3 changed files with 50 additions and 4 deletions

View file

@ -631,3 +631,20 @@ p,
display: none;
}
}
.category {
margin: 3em 0px 4em 0px;
}
.category .heading > p {
display: inline-block;
}
.category .badge.featured {
background: #005aa7;
color: white;
padding: 3px 4px 1px 4px;
border-radius: 5px;
font-size: 14px;
margin-left: 10px;
}