|
@@ -190,36 +190,36 @@ p.has-drop-cap:not(:focus)::first-letter {
|
|
|
border-top: 3px solid currentColor;
|
|
|
color: #555;
|
|
|
font-family: Neuton, serif;
|
|
|
- font-size: 20px;
|
|
|
+ font-size: 28px;
|
|
|
+ line-height: 33px;
|
|
|
font-style: italic;
|
|
|
- line-height: 1.2;
|
|
|
margin: 0 0 24px;
|
|
|
padding: 24px 0;
|
|
|
}
|
|
|
|
|
|
.wp-block-pullquote cite {
|
|
|
color: #222;
|
|
|
+ display: block;
|
|
|
font-weight: bold;
|
|
|
- font-style: italic;
|
|
|
+ font-size: 16px;
|
|
|
+ font-style: normal;
|
|
|
+ letter-spacing: 1px;
|
|
|
+ text-transform: uppercase;
|
|
|
}
|
|
|
|
|
|
.wp-block-pullquote.alignleft,
|
|
|
.wp-block-pullquote.alignright {
|
|
|
}
|
|
|
|
|
|
-.wp-block-pullquote.alignleft cite,
|
|
|
-.wp-block-pullquote.alignright cite {
|
|
|
-}
|
|
|
-
|
|
|
.wp-block-pullquote.alignleft blockquote,
|
|
|
.wp-block-pullquote.alignright blockquote {
|
|
|
- border: 0;
|
|
|
- padding: 0;
|
|
|
- margin: 0;
|
|
|
+ padding: 12px 0;
|
|
|
+ margin: 0 0 12px;
|
|
|
}
|
|
|
|
|
|
.wp-block-pullquote.alignleft p,
|
|
|
.wp-block-pullquote.alignright p {
|
|
|
+ font-size: 24px;
|
|
|
}
|
|
|
|
|
|
.wp-block-pullquote.alignleft {
|
|
@@ -237,6 +237,7 @@ p.has-drop-cap:not(:focus)::first-letter {
|
|
|
|
|
|
.wp-block-pullquote p {
|
|
|
margin: 0 0 12px;
|
|
|
+ line-height: 34px;
|
|
|
}
|
|
|
|
|
|
/*--------------------------------------------------------------
|