Skip to content
This repository was archived by the owner on Mar 13, 2019. It is now read-only.

Commit 1b7e84e

Browse files
author
Luke Harrison
committed
Updated container object to add 100% width. Fixing an issue where flex container wasn't as long as it should be
1 parent b6f3e7b commit 1b7e84e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
/bower_components
33
/test/test.main.css
44
/test/test.main.css.map
5-
npm-debug.log
6-
package-lock.json
5+
npm-debug.log

05 - objects/_objects.container.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ form a grid system.
2727
max-width: rem(1170px);
2828
padding-left: rem($gutter);
2929
padding-right: rem($gutter);
30+
width:100%;
3031
}
3132

3233

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "orioncss",
3-
"version": "2.10.2",
3+
"version": "3.0.0",
44
"description": "OrionCSS is a SASS framework which is simple, easy to use and scalable. It provides you with a solid ITCSS foundation on which to build your project.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)