Mercurial > hg > isophonics-drupal-site
view core/modules/layout_discovery/layouts/twocol/twocol.css @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | af1871eacc83 |
children |
line wrap: on
line source
/* * @file * Provides the layout styles for layout_twocol. */ .layout--twocol { display: flex; flex-wrap: wrap; } .layout--twocol > .layout__region { flex: 0 1 100%; } @media screen and (min-width: 40em) { .layout--twocol > .layout__region--first, .layout--twocol > .layout__region--second { flex: 0 1 50%; } }