Refactor to use Python for building and YAML for data

This commit is contained in:
Andrew Miner
2019-12-08 21:50:58 -07:00
parent 00398847d4
commit bd4e182470
420 changed files with 11865 additions and 4671 deletions
+3
View File
@@ -10,6 +10,7 @@
border-radius: 0.25in;
display: flex;
flex: 0 0 2.5in;
min-height: 2.5in;
text-align: center; }
.recipe .header .about {
flex: 1 1 100%;
@@ -172,9 +173,11 @@
width: 90%; }
.recipe .instructions .step .detail {
border: 0; } }
@media print {
.navigation {
display: none; } }
@media screen {
.recipe {
margin-top: 0.25in; } }