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

Remove fixed padding from css for buttons

Imran Hossain пре 2 година
родитељ
комит
9610f5dd0f
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      course/style.css

+ 3 - 1
course/style.css

@@ -263,10 +263,12 @@ a {
 	border-color: currentcolor;
 	border-width: 1px;
 	color: currentcolor;
-	padding: 0.5856em 1.5238em;
 	text-decoration: none;
 }
 
+.wp-block-button {
+	text-align: center;
+}
 /*
  * Pagination styles
  */