Skip to content

Commit

Permalink
tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
cahdeemer committed Jun 21, 2024
1 parent 50018b3 commit c4fb995
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions scss/core-blocks/button.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.wp-block-button {
font-family: var(--template-font-family);
margin: 0 auto;
padding: 10px 14px;
text-align: center;
Expand Down Expand Up @@ -40,6 +41,7 @@
background-color: #0279af;
border-radius: 4px;
color: #fff;
font-family: var(--template-font-family);
font-size: 14px;
line-height: 24px;
padding: 10px 14px;
Expand Down
2 changes: 1 addition & 1 deletion scss/core-blocks/list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ul, ol {
line-height: 1.3;
margin: 0;

span {
div {
font-family: var(--template-font-family);
}
}

0 comments on commit c4fb995

Please sign in to comment.