diff options
Diffstat (limited to 'template/header.html')
-rw-r--r-- | template/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/header.html b/template/header.html index 463b778..8a88647 100644 --- a/template/header.html +++ b/template/header.html @@ -24,5 +24,5 @@ body{max-width:none;font-size:1em} .noprint{display:none} } - article > p > a > img{width:100%} + article > p > a > img{max-width:100%;height:auto;display:block;margin-left:auto;margin-right:auto} </style> |