docs: Move image-width fix to style.css

This commit is contained in:
digitalcraftsman
2016-04-22 18:23:12 +02:00
parent 48fce6110d
commit ebefa47691
3 changed files with 4 additions and 30 deletions

View File

@@ -133,6 +133,10 @@ a, a:hover, a:focus {
outline: 0;
}
img {
max-width: 100%;
height: auto;
}
.panel-body a {
line-height: 1.1;