We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d741116 + 2d08912 commit 8c789ffCopy full SHA for 8c789ff
theme/reference.css
@@ -170,23 +170,6 @@ dfn {
170
margin-top: 0px;
171
}
172
173
-/* Change the default styling of blockquotes. */
174
-blockquote {
175
- padding: 1ex 1em;
176
- margin: 1ex;
177
- margin-left: 2em;
178
- /* vw units allow this to be adaptive to the screen size so it isn't too small on mobile. */
179
- margin-right: 12vw;
180
-}
181
-
182
-/* mdbook will wrap the blockquote content in a <p> tag, with a margin. However,
183
- that adds too much space, so remove it.
184
-*/
185
-blockquote > p {
186
- margin-top: 0px;
187
- margin-bottom: 0px;
188
189
190
/* When the sidebar is visible, reduce the spacing of rules so that the
191
content doesn't get shifted too far, and make the text too narrow.
192
*/
0 commit comments