소스 검색

adjust subheading size

Caleb Fangmeier 4 년 전
부모
커밋
ae72b27746
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      static/css/custom.css

+ 4 - 0
static/css/custom.css

@@ -37,3 +37,7 @@ tr:nth-child(even) {background-color: #f2f2f2;}
 h1 {
   font-size: 31px;
 }
+
+h2 {
+  font-size: 22px;
+}