Skip to content

Commit 23c0b7e

Browse files
committed
added paddings
1 parent 4040d45 commit 23c0b7e

7 files changed

+48
-7
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"authors": [
55
"Jonathan Hornung <[email protected]>"
66
],
7-
"version": "1.1.4",
7+
"version": "1.1.5",
88
"description": "block grid for bootstrap",
99
"main": "dist/bootstrap3-block-grid.min.css",
1010
"moduleType": [

dist/bootstrap3-block-grid.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[class*="block-grid-"] {
33
display: block;
44
margin: -15px;
5-
padding: 0;
5+
padding: 0 .9375rem;
66
}
77

88
[class*="block-grid-"]:before,

dist/bootstrap3-block-grid.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bootstrap4-block-grid.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[class*="block-grid-"] {
33
display: block;
44
margin: -15px;
5-
padding: 0;
5+
padding: 0 .9375rem;
66
}
77

88
[class*="block-grid-"]:before,

0 commit comments

Comments
 (0)