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>
.markdown {
color: white;
text-align: center;
text-align: left;
display: flex;
flex-direction: column;
align-items: center;
}
.markdown h1 {
font-size: 2rem;
@@ -80,6 +79,8 @@
.markdown img {
max-height: 90vh;
display: block;
margin: 0 auto;
}
.markdown table,