added media-width inside .aca-page-layout selector

This commit is contained in:
Jatin_Chugh
2023-02-20 19:28:17 +05:30
parent 895ff78c1f
commit b243f10c92

View File

@@ -40,6 +40,16 @@
max-width: 350px;
width: 350px;
}
@media screen and (max-width: 380px) {
.aca-page-layout-header {
max-height: 16%;
}
.main-content {
max-height: 92%;
}
}
}
[dir='rtl'] .aca-page-layout {
@@ -53,13 +63,3 @@
border-right: 1px solid var(--theme-border-color, rgba(0, 0, 0, 0.07));
}
}
@media screen and (max-width: 380px) {
.aca-page-layout-header {
max-height: 16%;
}
.main-content {
max-height: 92%;
}
}