Browse Source

Different way to get style, class .quip

Herby Vojčík 5 năm trước cách đây
mục cha
commit
a3da60a409
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  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 {