David 10 년 전
부모
커밋
2db99f7e40
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      front/style.css

+ 2 - 1
front/style.css

@@ -214,9 +214,10 @@ ul.news-meta li {
 }
 
 /*
-.summary { max-height: 35px; transition:0.5s;overflow-y:hidden;}
 .summary:hover { max-height: 999px; }
+.summary { max-height: 35px; transition:0.5s;overflow-y:hidden;}
 */
+.summary {font-size:12px;}
 
 .keywords { max-height: 40px; transition:0.5s;overflow-y:hidden;margin-bottom:10px;   text-overflow: ellipsis;}
 .keywords:hover { max-height: 999px; }