Skip to content

Commit

Permalink
Make container flex by default
Browse files Browse the repository at this point in the history
  • Loading branch information
wearethreebears committed Apr 5, 2020
1 parent b03a86a commit 8a83800
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions honeycomb.scss
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion 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": {
Expand Down

0 comments on commit 8a83800

Please sign in to comment.