bootstrap 4.5
This commit is contained in:
parent
99796b95e3
commit
67c8a2f7c1
8
bootstrap.min.css
vendored
8
bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
19
make-columns.css
Normal file
19
make-columns.css
Normal file
@ -0,0 +1,19 @@
|
||||
.row.make-columns {
|
||||
-moz-column-width: 19em;
|
||||
-webkit-column-width: 19em;
|
||||
-moz-column-gap: 1em;
|
||||
-webkit-column-gap:1em;
|
||||
}
|
||||
|
||||
.row.make-columns > div {
|
||||
display: inline-block;
|
||||
padding: .5rem;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* demo only* */
|
||||
.panel {
|
||||
display: inline-block;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
9
masonry.pkgd.min.js
vendored
9
masonry.pkgd.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user