Skip to content
Snippets Groups Projects
mkdocs-custom.css 301 B
Newer Older
/* suppression de l'ascenseur horizontal sur les formules Mathjax */
.arithmatex {
    overflow-x: auto;
}

/* suppression de l'ascenseur vertical sur certaines formules Mathjax */
mjx-math {
    overflow-y: clip;
}

/* Justified text in documentation content */
.md-content {
	text-align: justify;
}