diff options
-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 +} |