threecol_33_34_33.css 467 B

1234567891011121314151617181920212223
  1. /*
  2. * @file
  3. * Provides the layout styles for layout_threecol_33_34_33.
  4. */
  5. .layout--threecol-33-34-33 {
  6. display: flex;
  7. flex-wrap: wrap;
  8. }
  9. .layout--threecol-33-34-33 > .layout__region {
  10. flex: 0 1 100%;
  11. }
  12. @media screen and (min-width: 40em) {
  13. .layout--threecol-33-34-33 > .layout__region--first,
  14. .layout--threecol-33-34-33 > .layout__region--third {
  15. flex: 0 1 33%;
  16. }
  17. .layout--threecol-33-34-33 > .layout__region--second {
  18. flex: 0 1 34%;
  19. }
  20. }