Преглед изворни кода

Different way to get style, class .quip

Herby Vojčík пре 5 година
родитељ
комит
a3da60a409
1 измењених фајлова са 3 додато и 3 уклоњено
  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 {