Fix resolution problems

This commit is contained in:
mauriziovitale84
2016-06-24 12:02:54 +01:00
parent 7bc656d779
commit f3ba6f242a

View File

@@ -114,25 +114,25 @@
@media only screen and (min-width: 435px) and (max-width: 773px) { @media only screen and (min-width: 435px) and (max-width: 773px) {
.content-layout { .content-layout {
height: 700px height: 680px
} }
} }
@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: 950px height: 690px
} }
} }
@media only screen and (min-width: 1024px) and (max-width: 1440px) { @media only screen and (min-width: 1025px) and (max-width: 1440px) {
.content-layout { .content-layout {
height: 970px; height: 680px;
} }
} }
@media only screen and (min-width: 1440px){ @media only screen and (min-width: 1440px) and (max-width: 2000px) {
.content-layout { .content-layout {
height: 1000px; height: 950px;
} }
} }