소스 검색

Style: remove old things, use better line height in quips

Herby Vojčík 5 년 전
부모
커밋
11d67219bf
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      css/style.css

+ 2 - 1
css/style.css

@@ -291,11 +291,12 @@ span.info {
     margin-bottom: 30px;
 }
 
-#quips blockquote, .quip {
+.quip {
 	font-size: smaller;
 	text-align: center;
 	margin: 50px auto;
 	width: 600px;
+	line-height: 1.2;
 }
 
 #footer {