diff options
author | Derren Desouza <derrend@yahoo.co.uk> | 2015-10-21 11:55:06 +1000 |
---|---|---|
committer | Derren Desouza <derrend@yahoo.co.uk> | 2015-10-21 11:55:06 +1000 |
commit | 7c023ecce69c40d52b8ed5367b46e4c3e7500b2c (patch) | |
tree | e7338e681d572c25e61f69c0737c406a89584557 | |
parent | 4650aff3f6ae048b37ebfcd2866c898f3be00843 (diff) | |
download | Apaxy-7c023ecce69c40d52b8ed5367b46e4c3e7500b2c.zip Apaxy-7c023ecce69c40d52b8ed5367b46e4c3e7500b2c.tar.gz Apaxy-7c023ecce69c40d52b8ed5367b46e4c3e7500b2c.tar.bz2 |
dynamically adjust wrapper class width
fixed width displayed poorly across some of my devices
-rw-r--r-- | apaxy/theme/style.css | 4 |
1 files 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 +} |