Limit maximum width of images in markdown preview
This commit is contained in:
parent
89f27f9e9c
commit
7f7be814fc
@ -8,6 +8,10 @@ body {
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
table.front-matter {
|
||||
border: 1px solid #555;
|
||||
font-size: 75%;
|
||||
|
Loading…
Reference in New Issue
Block a user