Skip to content
Snippets Groups Projects
Verified Commit 00e254c4 authored by Marco Aceti's avatar Marco Aceti
Browse files

Automatically center all images

parent 61daecaf
Branches
No related tags found
No related merge requests found
/* Center images */
img {
display: block;
margin-left: auto;
margin-right: auto;
}
\ No newline at end of file
...@@ -11,3 +11,4 @@ clickable-img = true ...@@ -11,3 +11,4 @@ clickable-img = true
[output.html] [output.html]
mathjax-support = true mathjax-support = true
additional-css = ["assets/custom.css"]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment