fixes too wide contents

This commit is contained in:
Jeena 2013-09-17 09:53:27 +02:00
parent 4cfb5819a8
commit 876cf8f268

View file

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