From 21600803380869f59ecd4e2b5725807bc92e7e97 Mon Sep 17 00:00:00 2001 From: Jack Senechal Date: Tue, 3 Jun 2014 19:10:03 -0700 Subject: [PATCH] change styles to work better on smaller screens --- template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.html b/template.html index 0a59a60..3a8bc6e 100644 --- a/template.html +++ b/template.html @@ -5,7 +5,7 @@ color:#2C2C2C; } .container{ - width:960px; + max-width:960px; margin:30px auto; } code{