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