Add image max width (#49)

* Add image max width

Fixes #48

* Only apply rule to `article img`
This commit is contained in:
Morgan Bazalgette 2018-01-12 21:01:42 +01:00 committed by Lauris BH
parent 8fbea6f2c1
commit 94b58f3217
1 changed files with 5 additions and 0 deletions

View File

@ -68,3 +68,8 @@ aside ul.nav {
}
}
}
// see https://github.com/go-gitea/theme/issues/48
article img {
max-width: 100%;
}