feat(theme): wrap standalone images in figure tags
This commit is contained in:
parent
970f121e11
commit
394d1556f7
3 changed files with 54 additions and 0 deletions
|
@ -351,6 +351,12 @@ a[rel="external"]::after {
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
figure {
|
||||
max-width: 50%;
|
||||
text-align: center;
|
||||
margin: var(--pico-block-spacing-vertical) auto;
|
||||
}
|
||||
|
||||
/*
|
||||
* Admonitions
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue