Commit 9387c4ae authored by Michael Apfelthaler's avatar Michael Apfelthaler

Add Image Centering

parent 47c2a83d
...@@ -577,7 +577,14 @@ iframe { ...@@ -577,7 +577,14 @@ iframe {
.wm-rich-text p { .wm-rich-text p {
margin-bottom: 16px; margin-bottom: 16px;
} }
.center-image {
display: flex;
justify-content: center;
}
.center-image img {
width: auto !important;
height: auto !important;
}
.mt32 { .mt32 {
margin-top: 32px; margin-top: 32px;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment