From 6b2d108c3d1a5740c69486ad27a047ace0709e9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Brunet?= Date: Sun, 6 Jun 2021 10:29:32 +0200 Subject: [PATCH] Design tweaks --- src/scss/components/_recipe.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/scss/components/_recipe.scss b/src/scss/components/_recipe.scss index 83f562a..3a24c3c 100644 --- a/src/scss/components/_recipe.scss +++ b/src/scss/components/_recipe.scss @@ -1,7 +1,7 @@ .c-recipe__header-image { width: 100%; object-fit: cover; - height: 40vh; + height: 50vh; min-height: 300px; background-color: var(--color-grey-500); // fallback while image is loading } @@ -43,7 +43,6 @@ grid-template-areas: "ingredients tags" "ingredients instructions"; - gap: 18px; } }