11 lines
175 B
CSS
11 lines
175 B
CSS
|
|
.markdown-section img {
|
|
border: 0;
|
|
max-width: auto;
|
|
max-height: 25vh;
|
|
}
|
|
body{font-family: Arial, sans; !important
|
|
font-size:18pt;}
|
|
img {
|
|
max-height: 400px;
|
|
}
|