/** 
 * Project     : MkDocs Book Binder
 * File        : doc/docs/assets/styles/figure-fix.css
 * Type        : Stylesheet - CSS
 * Description : This file center mermaid diagrames in figures so that it look the same as images
 * Author      : BRT - Briard Thibaud, <thibaud.brrd@eduge.ch>
**/

.md-typeset figure {
    margin: 0 1em;
    width: calc(100% - 2em);
}

.md-typeset figure span.filename, figure code {
    text-align: initial;
}
