Skip to content

Commit 6b168c5

Browse files
author
Stanislav Idolov
authored
ENGCOM-2065: Forwardport] Feature space between category page #1 #15726
2 parents 382c84c + dac6f9d commit 6b168c5

File tree

2 files changed

+20
-0
lines changed
  • app/design/frontend/Magento

2 files changed

+20
-0
lines changed

app/design/frontend/Magento/blank/Magento_Catalog/web/css/source/_module.less

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,16 @@
507507
}
508508
}
509509

510+
//
511+
// Category page 1 column layout
512+
// ---------------------------------------------
513+
514+
.catalog-category-view.page-layout-1column {
515+
.column.main {
516+
min-height: inherit;
517+
}
518+
}
519+
510520
}
511521

512522
//

app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/_module.less

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -747,6 +747,16 @@
747747
}
748748
}
749749
}
750+
751+
//
752+
// Category page 1 column layout
753+
// ---------------------------------------------
754+
755+
.catalog-category-view.page-layout-1column {
756+
.column.main {
757+
min-height: inherit;
758+
}
759+
}
750760
}
751761

752762
//

0 commit comments

Comments
 (0)