Improve formatting for mobile devices

This commit is contained in:
Andrew Miner
2016-12-26 11:26:37 -08:00
parent 605d588c2d
commit 26559f1ea9
67 changed files with 121 additions and 38 deletions
+9 -1
View File
@@ -99,6 +99,14 @@
@media (max-width: 900px) {
.cookbook {
column-count: 1; } }
column-count: 1; }
.recipe h1 {
text-align: center; }
.recipe .ingredients {
flex-direction: column;
align-items: center; }
.recipe .ingredients .list {
margin-top: 0.25in; } }
/*# sourceMappingURL=style.css.map */