mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-13 13:48:59 +02:00
Docs(style): remove box shadows and border on fig caption images
This commit is contained in:
parent
6da5921e8f
commit
72564dc7cb
@ -5,6 +5,11 @@ figure {
|
||||
padding: var(--ifm-pre-padding);
|
||||
}
|
||||
|
||||
figure img {
|
||||
box-shadow: none;
|
||||
border: none;
|
||||
}
|
||||
|
||||
figure * + * {
|
||||
margin-block-start: var(--ifm-pre-padding);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user