Images size to 100%
Fastidious opened this issue · 1 comments
Fastidious commented
Is there a way to make images size to fill the width of the document (100%)? Thank you for such a lovely theme!
Fastidious commented
Found it! On bluebook.css
change:
img {
max-width: 80%;
margin-top: 0.2em;
margin-bottom: 0.2em;
}
To:
img {
max-width: 100%;
margin-top: 0.2em;
margin-bottom: 0.2em;
}