fixed max width
This commit is contained in:
parent
7f1ab85e1a
commit
2af8996487
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue