From 23492824ce82908ae35fdfb52946c17d2e6da7e1 Mon Sep 17 00:00:00 2001 From: Nicholas Jitkoff Date: Wed, 15 Jun 2022 08:20:25 -0700 Subject: [PATCH] Expand mobile version to 520 --- docs/render/recipe.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/render/recipe.css b/docs/render/recipe.css index e2cb1e9..acb3b18 100644 --- a/docs/render/recipe.css +++ b/docs/render/recipe.css @@ -326,7 +326,7 @@ a.action .icon { opacity: 1.0; } -@media screen and (max-width: 480px) { +@media screen and (max-width: 520px) { .instructions hr:first-child { display:block;