Skip to content

Commit

Permalink
fix images aspect ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Sep 11, 2015
1 parent 0f08e96 commit a0d362c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/data/samplesite/templates/book.tmpl
Expand Up @@ -58,7 +58,7 @@
margin-left: auto;
margin-right: auto;
max-height: 70vh;
width: auto;
width: 100%;
}

div.topic {
Expand Down

0 comments on commit a0d362c

Please sign in to comment.