mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
Fix style big resolutions
This commit is contained in:
parent
cf41813c65
commit
087022e7d8
@ -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