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
+18
View File
@@ -195,6 +195,12 @@
color: gray;
}
}
.navigation {
font-size: 14pt;
font-style: italic;
margin-top: 0.5in;
}
}
@media (max-width: 5in) {
@@ -237,3 +243,15 @@
}
}
}
@media print {
.navigation {
display: none;
}
}
@media screen {
.recipe {
margin-top: 0.25in;
}
}