diff --git a/public/stylesheets/site/2.0/10-types-groups.css b/public/stylesheets/site/2.0/10-types-groups.css index 3d6693e9511..6c74945a57d 100644 --- a/public/stylesheets/site/2.0/10-types-groups.css +++ b/public/stylesheets/site/2.0/10-types-groups.css @@ -103,12 +103,20 @@ https://otwcode.github.io/docs/classes-taxonomy.html#grouping-and-spacing #outer.wrapper { float: left; width: 100%; + display: flex; + display: -webkit-flex; + flex-direction: column; + min-height: 100vh; } #outer.wrapper, #inner.wrapper { box-shadow: none; } +#inner.wrapper { + flex: 1; +} + .module, .index, .index .index { position: relative; width: auto;