homepage image size modified to fit mobile screens

This commit is contained in:
Serghei Mihai 2013-10-29 17:59:29 +01:00
parent e03eaa371c
commit f35a032def
No known key found for this signature in database
GPG Key ID: 76D1C964BF2FA1AF
1 changed files with 4 additions and 0 deletions

View File

@ -3376,4 +3376,8 @@ body.largeText #content-core p {
border: 1px solid #aaa;
}
#realcontent img {
max-width: 440px;
}
}