У меня не получается применить такие конфигурации...
Суть в том, что при определенно ширине и высоте меню должно меняться...вот сами запросы
@media(min-width: 640px) and (max-width: 734px), screen and (max-height: 624px){
.res_per_hour{
width: 90%;
background-color: #011E3A;
border-radius: 10px;
position: relative;
float: right;
left: 52%;
top: -290px;
font-family: 'DINPro Bold';
color: white;
padding-bottom: 10px;
margin-bottom: 20px;
}
.purshares, .repository{
top:-410px;
width: 45%;
}
}
@media(min-width: 640px) and (max-width: 734px), screen and (min-height: 625px){
.res_per_hour{
width: 82%;
background-color: #011E3A;
border-radius: 10px;
position: relative;
float: right;
left: 52%;
top: -410px;
font-family: 'DINPro Bold';
color: white;
padding-bottom: 10px;
margin-bottom: 20px;
}
.purshares, .repository{
top:-410px;
width: 45%;
}
}
в итоге в любом случае применяются стили для высоты от 625px