center Markdown content

This commit is contained in:
2024-07-15 18:44:22 +02:00
parent 7a1070f085
commit 0f6d88355c
25 changed files with 43 additions and 7 deletions
+10 -2
View File
@@ -44,6 +44,11 @@
<style global>
.markdown {
color: white;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
}
.markdown h1 {
font-size: 2rem;
@@ -63,10 +68,13 @@
}
.markdown img {
max-height: 60vh;
max-height: 90vh;
}
.markdown table, .markdown tr, .markdown th, .markdown td {
.markdown table,
.markdown tr,
.markdown th,
.markdown td {
border-collapse: collapse;
border: 1px solid;