You are here

threecol_33_34_33_stacked.css in Panels 8.3

Same filename and directory in other branches
  1. 6.2 layouts/threecol_33_34_33_stacked/threecol_33_34_33_stacked.css
.panel-3col-33-stacked {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.panel-3col-33-stacked > .panel-panel {
  flex: 0 1 33%;
}

.panel-3col-33-stacked > .panel-full-width {
  flex: 0 1 100%;
}

File

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