소스 검색

Reset padding on lists

jherve 1 년 전
부모
커밋
f35a9bbc01
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      static/style.css

+ 5 - 0
static/style.css

@@ -2,6 +2,11 @@ h1, h2, h3, h4 {
     margin: 0;
 }
 
+ul {
+    list-style-type: none;
+    padding: 0;
+}
+
 .admin {
     color: red;
 }