+
+ {{ recipeYield }}
+
+
@@ -799,6 +800,10 @@ export default {
padding: 3rem 0;
}
+.print-only {
+ display: none;
+}
+
@media print {
.header {
display: flex;
@@ -816,6 +821,14 @@ export default {
.header a::after {
content: '';
}
+
+ .print-hidden {
+ display: none !important;
+ }
+
+ .print-only {
+ display: initial !important;
+ }
}
@media only screen and (min-width: 1500px) {
@@ -860,6 +873,16 @@ export default {
float: right;
}
+.ingredient-highlighted {
+ font-style: italic;
+}
+
+@media print {
+ .ingredient-highlighted {
+ font-style: initial;
+ }
+}
+
.description {
font-style: italic;
white-space: pre-line;