소스 검색

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
  */