From 509e10b439fb562d3535d4bcc526c19e1c7abdb7 Mon Sep 17 00:00:00 2001 From: Adam Whitcroft Date: Wed, 5 Oct 2016 09:32:32 +0100 Subject: [PATCH] `.wrapper` revert to 100% width Reverted `.wrapper` element width back to 100%. --- apaxy/theme/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apaxy/theme/style.css b/apaxy/theme/style.css index 230cdba..434292a 100644 --- a/apaxy/theme/style.css +++ b/apaxy/theme/style.css @@ -49,7 +49,7 @@ a:hover { .wrapper { margin:0 auto; padding-top:20px; - max-width:80%; + max-width:100%; } /*------------------------------------*\ Demo block