diff --git a/honeycomb.scss b/honeycomb.scss index cbd3341..44e72fb 100644 --- a/honeycomb.scss +++ b/honeycomb.scss @@ -45,6 +45,9 @@ body { width: calc(100% - #{fluid-size($gutter-max-size, $gutter-min-size)}); max-width: $container-max-width; min-width: $container-min-width; + display: flex; + flex-direction: row; + flex-wrap: wrap; } .row { diff --git a/package.json b/package.json index afe9c3d..477cb96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wearethreebears/honeycomb", - "version": "1.0.4", + "version": "1.0.5", "description": "A fully responsive, configurable scss framework. Layouts, gutters and fonts that respond to any screen size.", "main": "index.js", "scripts": {