Explorar o código

Remove fixed padding from css for buttons

Imran Hossain %!s(int64=2) %!d(string=hai) anos
pai
achega
9610f5dd0f
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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
  */