Преглед изворни кода

style(docs): Change fixed width to adaptive width. (#499)

Demo Jx пре 6 месеци
родитељ
комит
6cdd7aa149
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      apps/docs/global.less

+ 2 - 2
apps/docs/global.less

@@ -4,11 +4,11 @@
  */
 
 .rspress-doc-container:not(:has(.aside-container_edeb4)) .rspress-doc {
-  width: 1400px;
+  width: auto;
   max-width: 1400px;
 }
 .rspress-doc-container:not(:has(.aside-container_edeb4)) .rspress-doc-footer {
-  width: 1400px;
+  width: auto;
   max-width: 1400px;
 }