docs: optimized cloudinary images (#3767)
This commit is contained in:
@@ -200,6 +200,14 @@ 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);
|
||||
|
||||
@@ -53,6 +53,10 @@ p {
|
||||
margin-bottom: calc(var(--ifm-base-margin-vertical) / 4);
|
||||
}
|
||||
|
||||
.markdown > p img {
|
||||
margin-top: calc(var(--ifm-base-margin-vertical) / 4);;
|
||||
}
|
||||
|
||||
.markdown a:not(.hash-link),
|
||||
.DocSearch-Prefill {
|
||||
font-weight: var(--ifm-link-weight);
|
||||
|
||||
Reference in New Issue
Block a user