소스 검색

book: disable content max-width so page contents uses my full screen width

x 2 년 전
부모
커밋
2abb695856
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/theme/css/general.css

+ 1 - 1
doc/theme/css/general.css

@@ -159,7 +159,7 @@ h6:target::before {
 .content main {
     margin-left: auto;
     margin-right: auto;
-    max-width: var(--content-max-width);
+    /* max-width: var(--content-max-width); */
 }
 .content p { line-height: 1.45em; }
 .content ol { line-height: 1.45em; }