Add recipe for Pizza

This commit is contained in:
Andrew Miner
2017-01-03 21:17:08 -08:00
parent 26559f1ea9
commit 5493baa1c2
9 changed files with 130 additions and 12 deletions
+10 -8
View File
@@ -97,16 +97,18 @@
.recipe .attribution p a {
color: gray; }
@media (max-width: 900px) {
@media (max-width: 500px) {
.cookbook {
column-count: 1; }
.recipe h1 {
text-align: center; }
.recipe .ingredients {
flex-direction: column;
align-items: center; }
.recipe .ingredients .list {
margin-top: 0.25in; } }
.recipe {
padding: 0 0.125in; }
.recipe h1 {
text-align: center; }
.recipe .ingredients {
flex-direction: column;
align-items: center; }
.recipe .ingredients .list {
margin-top: 0.25in; } }
/*# sourceMappingURL=style.css.map */