display pictures properly

This commit is contained in:
Thomas Citharel 2016-02-14 19:10:33 +01:00
parent cfc90f8422
commit e8d8026242

View File

@ -339,6 +339,11 @@ main ul.row {
max-width: 40em;
}
#article img {
max-width: 100%;
height: auto;
}
.reader-mode {
width: 95px !important;
transition: width 0.2s ease;