style: align markdown text left and center images
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user