docs: fix rendering of some images on build (#3832)
This commit is contained in:
@@ -200,14 +200,6 @@ details > div {
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
|
||||
.cloudinary-image-wrapper {
|
||||
display: inline-flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1419px) {
|
||||
.main-wrapper {
|
||||
min-width: var(--ifm-max-content-width);
|
||||
|
||||
@@ -86,14 +86,6 @@ video {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.markdown p + p > img:not(.ui-icon) {
|
||||
margin-top: var(--ifm-base-margin-vertical);
|
||||
}
|
||||
|
||||
p + img:not(.ui-icon) {
|
||||
margin-bottom: calc(var(--ifm-base-margin-vertical) * 2);
|
||||
}
|
||||
|
||||
h1 + .cards-grid,
|
||||
h1 + .card-wrapper,
|
||||
h2 + .cards-grid,
|
||||
|
||||
Reference in New Issue
Block a user