Browse Source

Remove fixed padding from css for buttons

Imran Hossain 2 years ago
parent
commit
9610f5dd0f
1 changed files with 3 additions and 1 deletions
  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
  */