소스 검색

updated some line spacing

Casey DeLorme 10 년 전
부모
커밋
a2ee298d13
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      public/css/main.css

+ 5 - 0
public/css/main.css

@@ -89,11 +89,16 @@ h2 {
 h3 {
     font-size: 150%;
 }
+strong {
+    line-height: 125%;
+}
 p, ul {
     margin-bottom: 10px;
 }
 li {
     margin-left: 45px;
+    list-style-type: disc;
+    line-height: 115%;
 }
 a, a:hover, a:active, a:visited {
     color: #000;