Explorar el Código

Merge pull request #342 from ErickMR19/patch-1

Update style.css
Daniel Rudolf hace 9 años
padre
commit
2678473e09
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      themes/default/style.css

+ 2 - 1
themes/default/style.css

@@ -214,7 +214,8 @@ dd {
 /* Structure Styles
 /*---------------------------------------------*/
 .inner {
-    width: 850px;
+    width: 100%;
+    max-width: 850px;
     margin: 0 auto;
 }