소스 검색

Add left margin to ul in article's text

Riccardo Balbo 4 년 전
부모
커밋
a881f66f9a
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      static/css/style.less

+ 3 - 0
static/css/style.less

@@ -1154,6 +1154,9 @@ section {
                 overflow-wrap: break-word;
                 flex-grow: 1;
                 width:100%;
+                ul{
+                    margin-left:1rem;
+                }
             }
 
             >nav {