Added category page

This commit is contained in:
Asutosh Palai
2016-06-19 18:58:51 +05:30
parent cbece234c8
commit 1807e27097
9 changed files with 86 additions and 8 deletions

View File

@ -148,6 +148,11 @@ body {
padding: 0;
overflow: hidden;
&.category-header {
height: 300px;
box-shadow: 0 100px 125px -100px;
}
.cover {
z-index: 10;
color: white;
@ -439,6 +444,25 @@ footer {
// ============== /FOOTER ============== //
// ============== CATEGORY-POSTS ===========//
.category-posts {
position: relative;
z-index: 10;
background: white;
padding-top: 10px;
.category-post {
margin-bottom: 30px;
padding: 0 10px 30px;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.img-container {
height: $article-cover-img-height;
}
}
// ============= /CATEGORY-POSTS ===========//
// ============== TEAM ============== //
.team {