fixed max width

This commit is contained in:
Jeena 2013-09-19 12:08:38 +02:00
parent 7f1ab85e1a
commit 2af8996487

View file

@ -132,12 +132,14 @@ img {
@media screen and (width: 320px) { @media screen and (width: 320px) {
#full > article * { #full > article * {
max-width: 300px !important; max-width: 300px !important;
overflow: auto;
} }
} }
@media screen and (width: 480px) { @media screen and (width: 480px) {
#full > article * { #full > article * {
max-width: 460px !important; max-width: 460px !important;
overflow: auto;
} }
} }