From cec6a96e97f0020c080454574a3d221bb96fa3c8 Mon Sep 17 00:00:00 2001 From: Jason McBrayer Date: Fri, 17 Aug 2018 08:13:31 -0400 Subject: [PATCH] Make the main column a little narrower on default desktop --- brutaldon/static/css/brutaldon.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/brutaldon/static/css/brutaldon.css b/brutaldon/static/css/brutaldon.css index 9409c81..4570127 100644 --- a/brutaldon/static/css/brutaldon.css +++ b/brutaldon/static/css/brutaldon.css @@ -1,3 +1,7 @@ +body > section > div.container { + max-width: 90ex; +} + .reblog-icon { position: relative;