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