Browse Source

Different way to get style, class .quip

Herby Vojčík 5 years ago
parent
commit
a3da60a409
1 changed files with 3 additions and 3 deletions
  1. 3 3
      css/style.css

+ 3 - 3
css/style.css

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