You are here

threecol_25_50_25.css in Panels 8.3

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

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

.panel-3col > .panel-col-middle {
  flex: 0 1 50%;
}

File

layouts/threecol_25_50_25/threecol_25_50_25.css
View source
  1. .panel-3col {
  2. display: flex;
  3. justify-content: space-between;
  4. }
  5. .panel-3col > .panel-panel {
  6. flex: 0 1 25%;
  7. }
  8. .panel-3col > .panel-col-middle {
  9. flex: 0 1 50%;
  10. }