Skip to content

Commit

Permalink
Mobile - Fix Pullquote block styles (#24936)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerardo Pacheco authored Aug 31, 2020
1 parent 970e8e0 commit 74ccff1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packages/block-library/src/pullquote/blockquote.native.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.quote {
font-size: 1.125em;
font-size: 18px;
}

.citation {
font-size: 0.875em;
margin-top: 0.85em;
font-size: 14px;
margin-top: 14px;
}
2 changes: 1 addition & 1 deletion packages/block-library/src/pullquote/figure.native.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%shared {
border-width: 3px 0;
padding: 1.3125em 1em;
padding: 21px 16px;
}

.light {
Expand Down

0 comments on commit 74ccff1

Please sign in to comment.