update to handle difference between iPhone 5 and browser window when viewed at same size

This commit is contained in:
Jamal Jackson 2016-11-15 10:47:31 -05:00
commit 6719983ef7

View file

@ -20,6 +20,9 @@
position: relative;
flex-flow: column;
@media(max-height: 600px){
height: calc(100vh - 32vh);
}
@media(max-height: 600px) and (-webkit-device-pixel-ratio: 2){
height: calc(100vh - 36vh);
}
&-info{