style: align markdown text left and center images

This commit is contained in:
2026-01-21 19:52:14 +01:00
parent c937be1274
commit 9002f13f80
+3 -2
View File
@@ -55,11 +55,10 @@
<style global> <style global>
.markdown { .markdown {
color: white; color: white;
text-align: center; text-align: left;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center;
} }
.markdown h1 { .markdown h1 {
font-size: 2rem; font-size: 2rem;
@@ -80,6 +79,8 @@
.markdown img { .markdown img {
max-height: 90vh; max-height: 90vh;
display: block;
margin: 0 auto;
} }
.markdown table, .markdown table,