Skip to content

Commit

Permalink
added paddings
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyTheTank committed Mar 1, 2016
1 parent 4040d45 commit 23c0b7e
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"authors": [
"Jonathan Hornung <[email protected]>"
],
"version": "1.1.4",
"version": "1.1.5",
"description": "block grid for bootstrap",
"main": "dist/bootstrap3-block-grid.min.css",
"moduleType": [
Expand Down
2 changes: 1 addition & 1 deletion dist/bootstrap3-block-grid.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[class*="block-grid-"] {
display: block;
margin: -15px;
padding: 0;
padding: 0 .9375rem;
}

[class*="block-grid-"]:before,
Expand Down
2 changes: 1 addition & 1 deletion dist/bootstrap3-block-grid.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 dist/bootstrap4-block-grid.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[class*="block-grid-"] {
display: block;
margin: -15px;
padding: 0;
padding: 0 .9375rem;
}

[class*="block-grid-"]:before,
Expand Down
Loading

0 comments on commit 23c0b7e

Please sign in to comment.