fixes too wide contents
This commit is contained in:
parent
4cfb5819a8
commit
876cf8f268
1 changed files with 3 additions and 1 deletions
|
@ -130,14 +130,16 @@ img {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (width: 320px) {
|
@media screen and (width: 320px) {
|
||||||
#full > article * {
|
#full > article * , #full > article pre {
|
||||||
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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue