55 lines
1.0 KiB
CSS
55 lines
1.0 KiB
CSS
@media (min-width: 1920px) {
|
|
.row .cols-sample-area {
|
|
width: 72.956%;
|
|
*width: 72.956%;
|
|
}
|
|
|
|
.row .cols-prop-area {
|
|
height: 100%;
|
|
width: 24.9146%;
|
|
}
|
|
|
|
.row [class*="col-md-3"] {
|
|
width: 46.933667%;
|
|
margin-left: 0px;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 1024px) and (max-width: 1920px) {
|
|
|
|
.row .cols-sample-area {
|
|
width: 72.956%;
|
|
*width: 72.956%;
|
|
}
|
|
|
|
.row .cols-prop-area {
|
|
height: 100%;
|
|
min-height: 351px;
|
|
width: 24.9146%;
|
|
}
|
|
|
|
.cols-prop-area [class^="col-md-"] {
|
|
width: 46.933667%;
|
|
margin-left: 0px;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 480px) and (max-width: 1023px) {
|
|
.row .cols-sample-area, .row .cols-prop-area {
|
|
margin-left: 0px;
|
|
width: 100%;
|
|
*width: 100%;
|
|
margin-left: 0px;
|
|
}
|
|
|
|
.cols-prop-area [class*="col-md-3"] {
|
|
width: 46.933667%;
|
|
margin-left: 0px;
|
|
}
|
|
|
|
.prop-grid.keyboard [class^="col-md-"] {
|
|
height: 30px;
|
|
min-height: 30px;
|
|
}
|
|
}
|