Design tweaks
This commit is contained in:
parent
6921c5d93d
commit
6b2d108c3d
|
|
@ -1,7 +1,7 @@
|
||||||
.c-recipe__header-image {
|
.c-recipe__header-image {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
height: 40vh;
|
height: 50vh;
|
||||||
min-height: 300px;
|
min-height: 300px;
|
||||||
background-color: var(--color-grey-500); // fallback while image is loading
|
background-color: var(--color-grey-500); // fallback while image is loading
|
||||||
}
|
}
|
||||||
|
|
@ -43,7 +43,6 @@
|
||||||
grid-template-areas:
|
grid-template-areas:
|
||||||
"ingredients tags"
|
"ingredients tags"
|
||||||
"ingredients instructions";
|
"ingredients instructions";
|
||||||
gap: 18px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue