Add content sections to trending feed

This commit is contained in:
syeopite
2021-05-08 06:07:30 -07:00
parent d3384e17f1
commit fbe9a0c0f2
4 changed files with 49 additions and 5 deletions

View File

@@ -600,3 +600,20 @@ hr {
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;
}