Merge pull request #275 from Alfresco/dev-mvitale-237

Fix style big resolutions #237
This commit is contained in:
VitoAlbano 2016-06-24 09:59:57 +01:00 committed by GitHub
commit 6fb5fb6cbf

View File

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