adjusted the media query for mobile to max-wdth 666px
This commit is contained in:
parent
583785cd3c
commit
5cf688a7a9
@ -408,7 +408,7 @@ footer{
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@media only screen and (orientation:portrait) {
|
@media only screen and (max-width:666px) {
|
||||||
body {
|
body {
|
||||||
width: calc(100% - 80px);
|
width: calc(100% - 80px);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user