update to handle difference between iPhone 5 and browser window when viewed at same size
This commit is contained in:
parent
e94484b1f3
commit
6719983ef7
1 changed files with 3 additions and 0 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue