From 3ca263bcfbf4b8aa0fdbc9b81c35de613d1ff1a1 Mon Sep 17 00:00:00 2001 From: David Jay Date: Tue, 31 Jan 2017 14:23:15 -0500 Subject: [PATCH] Updating mock article template to support mobile widths. --- views/article.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/article.ejs b/views/article.ejs index d0b468cf2..b8c717d1d 100644 --- a/views/article.ejs +++ b/views/article.ejs @@ -12,7 +12,7 @@ main { margin-left:auto; margin-right:auto; - width:500px; + min-width:500px; } <%= title %>