From 966c11d6c8f4efe9ca33b401b0564f154263a0f5 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Thu, 26 Jul 2018 19:30:08 -0400 Subject: [PATCH] Narrow content area --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index aaeca67..05f67d4 100644 --- a/style.css +++ b/style.css @@ -835,6 +835,10 @@ a:hover, a:active { /*-------------------------------------------------------------- # Content --------------------------------------------------------------*/ +.content-area { + max-width: 740px; + margin: auto; +} /*-------------------------------------------------------------- ## Posts and pages --------------------------------------------------------------*/