1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-03-04 00:18:40 +01:00

Docs(style): remove box shadows and border on fig caption images

This commit is contained in:
Thomas Heartman 2022-10-11 17:06:28 +02:00
parent 6da5921e8f
commit 72564dc7cb

View File

@ -5,6 +5,11 @@ figure {
padding: var(--ifm-pre-padding); padding: var(--ifm-pre-padding);
} }
figure img {
box-shadow: none;
border: none;
}
figure * + * { figure * + * {
margin-block-start: var(--ifm-pre-padding); margin-block-start: var(--ifm-pre-padding);
} }