Browse Source

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

Herby Vojčík 4 years ago
parent
commit
11d67219bf
1 changed files with 2 additions and 1 deletions
  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 {