Fix style big resolutions

This commit is contained in:
mauriziovitale84 2016-06-23 16:57:11 +01:00
parent cf41813c65
commit 087022e7d8

View File

@ -120,13 +120,19 @@
@media only screen and (min-width: 768px) and (max-width: 1024px) { @media only screen and (min-width: 768px) and (max-width: 1024px) {
.content-layout { .content-layout {
height: 690px height: 950px
} }
} }
@media only screen and (min-width: 1024px) and (max-width: 1440px) { @media only screen and (min-width: 1024px) and (max-width: 1440px) {
.content-layout { .content-layout {
height: 690px; height: 970px;
}
}
@media only screen and (min-width: 1440px){
.content-layout {
height: 1000px;
} }
} }