You are here

twocol_bricks.css in Panels 8.3

Same filename and directory in other branches
  1. 6.2 layouts/twocol_bricks/twocol_bricks.css
.panel-2col-bricks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.panel-2col-bricks > .panel-panel {
  flex: 0 1 50%;
}

.panel-2col-bricks > .panel-full-width {
  flex: 0 1 100%;
}

File

layouts/twocol_bricks/twocol_bricks.css
View source
  1. .panel-2col-bricks {
  2. display: flex;
  3. flex-wrap: wrap;
  4. justify-content: space-between;
  5. }
  6. .panel-2col-bricks > .panel-panel {
  7. flex: 0 1 50%;
  8. }
  9. .panel-2col-bricks > .panel-full-width {
  10. flex: 0 1 100%;
  11. }