From 7c023ecce69c40d52b8ed5367b46e4c3e7500b2c Mon Sep 17 00:00:00 2001 From: Derren Desouza Date: Wed, 21 Oct 2015 11:55:06 +1000 Subject: [PATCH] dynamically adjust wrapper class width fixed width displayed poorly across some of my devices --- apaxy/theme/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apaxy/theme/style.css b/apaxy/theme/style.css index a564053..ab53576 100644 --- a/apaxy/theme/style.css +++ b/apaxy/theme/style.css @@ -45,7 +45,7 @@ a:hover { .wrapper { margin:0 auto; padding-top:20px; - max-width:500px; + max-width:80%; } /*------------------------------------*\ Demo block @@ -119,4 +119,4 @@ tr.parent a[href^="/"] { .footer { text-align:center; font-size:.75em; -} \ No newline at end of file +}