Skip to content

Commit 9971e44

Browse files
committed
Quote vs cite adjust
1 parent ec393df commit 9971e44

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

src/scss/base/_text.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,6 @@ blockquote {
119119
margin: 0 0 $base-spacing 0;
120120
-ms-word-wrap: break-word;
121121
word-wrap: break-word;
122-
p:last-child {
123-
margin: 0;
124-
}
125122
}
126123
cite {
127124
font-style: italic;

src/scss/wp/_gutenberg.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,17 @@
5151
&-quote {
5252
border-left: 4px solid currentColor;
5353

54+
p {
55+
margin-bottom: $half-base-spacing;
56+
}
57+
58+
cite,
59+
&__citation {
60+
font-size: 13px;
61+
font-style: normal;
62+
color: $maingrey;
63+
}
64+
5465
&.is-large {
5566
padding: $base-spacing*1.5;
5667
margin-bottom: $base-spacing*1.5;

0 commit comments

Comments
 (0)