Explorar el Código

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

Herby Vojčík hace 4 años
padre
commit
11d67219bf
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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 {