feature(query) add support if iphone 6 landscape

This commit is contained in:
coderaiser 2018-03-25 14:02:06 +03:00
parent 2283ce9cbd
commit 5568d8f777

View file

@ -80,6 +80,8 @@
}
}
/* iphone 6 landscape*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : landscape),
@media only screen and (max-height: 360px) and (max-width: 640px) {
.fm {
height: 55%;