mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Merge pull request #275 from Alfresco/dev-mvitale-237
Fix style big resolutions #237
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user