File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -161,6 +161,9 @@ main >section >div >blockquote >cite {
161
161
text-align : right;
162
162
padding-top : 5px ;
163
163
}
164
+ main > section > div > blockquote > figure {
165
+ margin-bottom : 0px ;
166
+ }
164
167
main > section > div > blockquote > cite ::before {
165
168
content : "\2014" ; /* character: — (em dash) */
166
169
margin-right : 0.4em ;
@@ -179,6 +182,9 @@ main >section figure {
179
182
vertical-align : top;
180
183
padding : 0px 10px ;
181
184
}
185
+ main > section > figure {
186
+ display : block;
187
+ }
182
188
main > section figure img .popup-image {
183
189
height : 120px ;
184
190
max-width : none;
Original file line number Diff line number Diff line change @@ -84,10 +84,6 @@ <h2>On Fire</h2>
84
84
"No matter where you go, there you are."
85
85
< cite > Buckaroo Banzai</ cite >
86
86
</ blockquote >
87
- < blockquote >
88
- "No matter where you go, there you are."
89
- < cite > Buckaroo Banzai</ cite >
90
- </ blockquote >
91
87
</ div >
92
88
</ section >
93
89
You can’t perform that action at this time.
0 commit comments