Skip to content

Commit

Permalink
CH-35: implemented single project page
Browse files Browse the repository at this point in the history
  • Loading branch information
vinielk committed May 30, 2019
1 parent 6ff880b commit afa9855
Show file tree
Hide file tree
Showing 7 changed files with 628 additions and 73 deletions.
14 changes: 13 additions & 1 deletion assets/css/climatehub.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ body {
left 0.2s ease-in-out 0.2s;
}

#bs4navbar ul li a.active {
#bs4navbar ul li.active a {
color: var(--white);
background-color: var(--dark);
}
Expand Down Expand Up @@ -312,4 +312,16 @@ body {
width: 70%;
height: 1.2em;
background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 75%);
}

/* Blog page */
.blog-gutter-image {
max-height: 200px;
}

.full-width-image {
width: 100%;
height: 100%;
object-fit: contain;
object-position: center center;
}
Loading

0 comments on commit afa9855

Please sign in to comment.