Przeglądaj źródła

Merge pull request #342 from ErickMR19/patch-1

Update style.css
Daniel Rudolf 9 lat temu
rodzic
commit
2678473e09
1 zmienionych plików z 2 dodań i 1 usunięć
  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;
 }