diff --git a/themes/default/style.css b/themes/default/style.css index eec79e0..fb012a6 100644 --- a/themes/default/style.css +++ b/themes/default/style.css @@ -214,7 +214,8 @@ dd { /* Structure Styles /*---------------------------------------------*/ .inner { - width: 850px; + width: 100%; + max-width: 850px; margin: 0 auto; }