You are here

twocol.css in Panels 8.3

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

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

File

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