Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoferjoseph committed Jun 17, 2015
1 parent d47b7f7 commit 76fde52
Show file tree
Hide file tree
Showing 8 changed files with 245 additions and 70 deletions.
268 changes: 231 additions & 37 deletions css/flexboxgrid.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions css/flexboxgrid.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/index.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/index.min.css

Large diffs are not rendered by default.

28 changes: 4 additions & 24 deletions dist/flexboxgrid.css
Original file line number Diff line number Diff line change
@@ -1,23 +1,3 @@
/*
*
* Uncomment and set these variables to customize the grid.
*
* :root {
* --gutter-width: 1rem;
* --outer-margin: 2rem;
* --gutter-compensation: calc( var( --gutter-width / 2 ) * -1 );
* --half-gutter-width: calc( var( --gutter-width / 2 ) );
* --screen-xs-min: 30em;
* --screen-sm-min: 48em;
* --screen-md-min: 62em;
* --screen-lg-min: 75em;
* --container-sm: calc( 45rem + var( --gutter-width ) );
* --container-md: calc( 60rem + var( --gutter-width ) );
* --container-lg: calc( 70rem + var( --gutter-width ) );
* }
*
*/

.container-fluid {
margin-right: auto;
margin-left: auto;
Expand Down Expand Up @@ -291,7 +271,7 @@

@media only screen and (min-width: 48em) {
.container {
width: 46rem;
width: 49rem;
}

.col-sm,
Expand Down Expand Up @@ -529,9 +509,9 @@
}
}

@media only screen and (min-width: 62em) {
@media only screen and (min-width: 64em) {
.container {
width: 61rem;
width: 65rem;
}

.col-md,
Expand Down Expand Up @@ -771,7 +751,7 @@

@media only screen and (min-width: 75em) {
.container {
width: 71rem;
width: 76rem;
}

.col-lg,
Expand Down
Loading

0 comments on commit 76fde52

Please sign in to comment.