Fix images links & add back links

This commit is contained in:
Andrew Miner
2017-11-24 19:31:55 -08:00
parent 02cd40c578
commit 8da811fbdb
80 changed files with 166 additions and 134 deletions
+10
View File
@@ -136,6 +136,10 @@
text-align: center; }
.recipe .credits a {
color: gray; }
.recipe .navigation {
font-size: 14pt;
font-style: italic;
margin-top: 0.5in; }
@media (max-width: 5in) {
.recipe .header {
@@ -160,3 +164,9 @@
width: 90%; }
.recipe .instructions .step .detail {
border: 0; } }
@media print {
.navigation {
display: none; } }
@media screen {
.recipe {
margin-top: 0.25in; } }