fixed long images not scrolling

This commit is contained in:
Jeena 2014-05-22 21:09:32 +02:00
parent 208fa70c52
commit b5931a8538

View file

@ -140,20 +140,21 @@ section > footer {
img {
max-width: 100% !important;
height: auto;
}
#full > article pre {
overflow: auto;
}
@media screen and (width: 320px) {
#full > article * , #full > article pre {
#full > article > * {
max-width: 300px !important;
overflow: auto;
}
}
@media screen and (width: 480px) {
#full > article * {
#full > article > * {
max-width: 460px !important;
overflow: auto;
}
}