From 82a1e0796c86e1849f1feacd35cd6d11f76a57d1 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Sun, 17 Sep 2017 21:55:59 +0200 Subject: [PATCH] Project Home: Scale header image fit as cover --- src/styles/_project.sass | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/styles/_project.sass b/src/styles/_project.sass index 17b06882..007d9ee9 100644 --- a/src/styles/_project.sass +++ b/src/styles/_project.sass @@ -1056,8 +1056,14 @@ section.node-preview position: relative &.project + background-color: black + width: 100% + img + max-height: 800px max-width: 100% + object-fit: cover + width: 100% section.node-details-container