You are here

threecol_33_34_33.css in Panels 8.3

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

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

File

layouts/threecol_33_34_33/threecol_33_34_33.css
View source
  1. .panel-3col-33 {
  2. display: flex;
  3. flex-wrap: wrap;
  4. justify-content: space-between;
  5. }
  6. .panel-3col-33 > .panel-panel {
  7. flex: 1 33%;
  8. }